diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-06-09 17:32:40 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-06-09 17:32:40 -0500 |
commit | 8d03ab9399071a6979d17829bfc851b5e7fa1617 (patch) | |
tree | 1d17aedb973822344c158166704b897780295c15 | |
parent | 9ac8c44a6aa904d44afa1571c841e4d621a8f38e (diff) | |
download | voidsky-8d03ab9399071a6979d17829bfc851b5e7fa1617.tar.zst |
1.31
-rw-r--r-- | app.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app.json b/app.json index 265f2f274..53d053585 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.30.0", + "version": "1.31.0", "runtimeVersion": { "policy": "appVersion" }, @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 16, + "versionCode": 17, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index c6a57abd7..53180db1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.30.0", + "version": "1.31.0", "private": true, "scripts": { "postinstall": "patch-package", |