diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-03 19:05:54 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-07-03 19:05:54 -0500 |
commit | 9750c393a00ad935fe0e7278572e693016ba7e30 (patch) | |
tree | 876e3ae4c52510169d7f547aac89c09243d2755a | |
parent | c8eeb6ba1cd74abafc2475a1aaa097a51092fb82 (diff) | |
download | voidsky-9750c393a00ad935fe0e7278572e693016ba7e30.tar.zst |
1.38
-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 cc508c8d4..b2d22a707 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.37.0", + "version": "1.38.0", "runtimeVersion": { "policy": "appVersion" }, @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 23, + "versionCode": 24, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index 1deeae3d7..aa7fcd46d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.37.0", + "version": "1.38.0", "private": true, "scripts": { "postinstall": "patch-package", |