diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-28 20:03:55 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-28 20:03:55 -0500 |
commit | 9b50c3ddbb13db00e9cf7da6c62e390def4102c8 (patch) | |
tree | 6cdfa2b5b6227dabcab5c45cbeb7c5ff819f7970 /app.json | |
parent | a95c03e280ca153ba4a98d6b81ff9d743d4adcaa (diff) | |
download | voidsky-9b50c3ddbb13db00e9cf7da6c62e390def4102c8.tar.zst |
1.25
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 cae5c0566..119208ff6 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.24.0", + "version": "1.25.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -13,7 +13,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "2", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -34,7 +34,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 9, + "versionCode": 10, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |