diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-20 17:43:01 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-20 17:43:01 -0500 |
commit | 9f9bd314b34037a02e863df84dd642c2819b3472 (patch) | |
tree | c1d423dc959628688f5390b17c837830d6575139 /app.json | |
parent | e02c926c8a18f9cf296544b23ad343a59919acff (diff) | |
download | voidsky-9f9bd314b34037a02e863df84dd642c2819b3472.tar.zst |
1.19
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 ba2c6958f..8e830395d 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.18.0", + "version": "1.19.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -34,7 +34,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 3, + "versionCode": 4, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |