diff --git a/app.json b/app.json index 1ad0eed..3897f99 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "platforms": [ "ios" ], - "version": "0.6.2", + "version": "0.7.0", "orientation": "portrait", "icon": "./src/images/icon-abacus.png", "splash": { @@ -22,7 +22,7 @@ }, "ios": { "supportsTablet": true, - "buildNumber": "0.6.2", + "buildNumber": "0.7.0", "bundleIdentifier": "abacus.ios.app", "infoPlist": { "NSFaceIDUsageDescription": "Abacus use Authentication with TouchId or FaceID", diff --git a/package-lock.json b/package-lock.json index f54bf67..65e11c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "abacus", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "abacus", - "version": "0.6.2", + "version": "0.7.0", "dependencies": { "@expo/config-plugins": "~6.0.0", "@expo/vector-icons": "^13.0.0", diff --git a/package.json b/package.json index 030d0ee..8173efa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abacus", "homepage": "https://github.com/victorbalssa/abacus", - "version": "0.6.2", + "version": "0.7.0", "private": true, "jest": { "preset": "jest-expo",