diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-24 20:08:37 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-24 20:08:37 -0500 |
commit | 3ef7504f9117bd0986744a080931e8fabb1907eb (patch) | |
tree | fdd63d75d074659cd649425029c47558e8199069 /app.json | |
parent | 26cef73b5c84599bcabc0e0f90ff237763c47113 (diff) | |
download | voidsky-3ef7504f9117bd0986744a080931e8fabb1907eb.tar.zst |
1.22
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json index f958d4ee8..8c019a1b4 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.21.0", + "version": "1.22.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -34,7 +34,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 6, + "versionCode": 7, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |