diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-21 19:41:59 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-21 19:41:59 -0500 |
commit | 16124b5081735d64f2dc0aecc1af4d7c73cf9455 (patch) | |
tree | 1b6c134e2f937d1d9241b3f5803b75db05589214 /app.json | |
parent | bbc2ab334de06c3ac8069b5e18a2ba76433f2f6a (diff) | |
download | voidsky-16124b5081735d64f2dc0aecc1af4d7c73cf9455.tar.zst |
1.20.0
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 8e830395d..cce65bfb8 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.19.0", + "version": "1.20.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -34,7 +34,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 4, + "versionCode": 5, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |