diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-28 21:14:02 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-07-28 21:14:02 -0500 |
commit | 4effa88aecb030e240e7eda304b0f8e83fc4acb0 (patch) | |
tree | 28a671bb38f80e63c90a653cd87ed04d3c5e1cd0 /app.json | |
parent | 1195f289924ea6263901765e762ff267fa39db9a (diff) | |
download | voidsky-4effa88aecb030e240e7eda304b0f8e83fc4acb0.tar.zst |
1.42
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json index be643334b..e32cd9ca6 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.41.0", + "version": "1.42.0", "runtimeVersion": { "policy": "appVersion" }, @@ -17,7 +17,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "2", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 27, + "versionCode": 28, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |