diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-11 08:50:59 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-08-11 08:50:59 -0700 |
commit | 003a75fd8e3fbee4676794d89c3573331e51bb81 (patch) | |
tree | 905e564db24e97d623cd55f2eef7921f74881a63 | |
parent | 993026cbc41e6222af7b00da2709fda870badbe6 (diff) | |
download | voidsky-003a75fd8e3fbee4676794d89c3573331e51bb81.tar.zst |
Build increment
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json index 02e035d36..3f1ff6017 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "1", + "buildNumber": "2", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 30, + "versionCode": 31, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |