diff --git a/app.json b/app.json index ae71a84..ed27e08 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "platforms": [ "ios" ], - "version": "0.2.4", + "version": "0.2.5", "orientation": "portrait", "icon": "./src/images/icon-abacus.png", "splash": { @@ -20,7 +20,7 @@ "url": "https://u.expo.dev/292ed6dc-804c-4444-95f5-fa5d76d9913b" }, "ios": { - "buildNumber": "0.2.4", + "buildNumber": "0.2.5", "bundleIdentifier": "abacus.ios.app", "infoPlist": { "NSFaceIDUsageDescription": "Abacus use Authentication with TouchId or FaceID" diff --git a/package-lock.json b/package-lock.json index 89d1a83..a779937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "abacus", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "abacus", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "~1.17.3", diff --git a/package.json b/package.json index 6a90404..d2ba589 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abacus", "homepage": "https://github.com/victorbalssa/abacus", - "version": "0.2.4", + "version": "0.2.5", "private": true, "jest": { "preset": "jest-expo",