diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-06-02 15:38:49 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-06-02 15:38:49 -0500 |
commit | 48637246c74ec7835d7578028a87a713505b2a4c (patch) | |
tree | 25ce18f221af2c6d6382b974b9989e9c9e45760d | |
parent | 75b729a670a9db03bd8c977b4255cbaa4a6eeb87 (diff) | |
download | voidsky-48637246c74ec7835d7578028a87a713505b2a4c.tar.zst |
1.30
-rw-r--r-- | app.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app.json b/app.json index 16061a24a..6d1a8c2e6 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.29.0", + "version": "1.30.0", "runtimeVersion": { "policy": "appVersion" }, @@ -17,7 +17,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "3", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 15, + "versionCode": 16, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index a7bd627f6..c6a57abd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.29.0", + "version": "1.30.0", "private": true, "scripts": { "postinstall": "patch-package", |