diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-11 18:14:32 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-11 18:14:32 -0500 |
commit | 60cfdb197caa2a9bac29131df24f6ae695b656a0 (patch) | |
tree | 95309fa2c18ee7ab470909f62f8e18ffdaee2d15 | |
parent | 6a370438017a222c9158771b196dad8b0d3ed32f (diff) | |
download | voidsky-60cfdb197caa2a9bac29131df24f6ae695b656a0.tar.zst |
Bump version numbers
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json index c1dc592cc..8a2fe039a 100644 --- a/app.json +++ b/app.json @@ -14,7 +14,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "2", + "buildNumber": "3", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -40,7 +40,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 13, + "versionCode": 14, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |