Skip to content

Commit 626c92a

Browse files
committed
app: Bump version to 1.6.1
1 parent 12bbbdf commit 626c92a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

native/app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = () => ({
1818
},
1919
assetBundlePatterns: ["**/*"],
2020
ios: {
21-
buildNumber: "1.6.0",
21+
buildNumber: "1.6.1",
2222
supportsTablet: false,
2323
bundleIdentifier: "app.invtrack.invtrack",
2424
},
@@ -28,7 +28,7 @@ const config = () => ({
2828
backgroundColor: "#212939",
2929
},
3030
package: "app.invtrack.invtrack",
31-
versionCode: 10600,
31+
versionCode: 10601,
3232
},
3333
plugins: [
3434
[

native/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "invtrack",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"scripts": {
55
"start": "expo start",
66
"android": "expo run:android",

0 commit comments

Comments
 (0)