diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-04 01:21:08 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-04 01:21:08 -0500 |
commit | 7a008c987ca40326b9a2c6195d3f5f705c2f6c3f (patch) | |
tree | d0a1330c1fd99d182e283035acb84bb55461d027 | |
parent | 49f9df635561f5de21c8d7318a94355249375bc1 (diff) | |
download | voidsky-7a008c987ca40326b9a2c6195d3f5f705c2f6c3f.tar.zst |
1.27
-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 c18fc4a72..c9c48b076 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.26.0", + "version": "1.27.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -38,7 +38,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 11, + "versionCode": 12, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index a545ba251..2e7113aaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.26.0", + "version": "1.27.0", "private": true, "scripts": { "postinstall": "patch-package", |