diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-10 16:54:52 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-08-10 16:54:52 -0700 |
commit | 821b9ba6e695e727578d4572fc2605bd97839e74 (patch) | |
tree | 00643c5485733ae737def98618b0aa4dc2b3f9d6 | |
parent | c8bc3a18228b91e1dc69594ce2fc0a6bea91ed76 (diff) | |
download | voidsky-821b9ba6e695e727578d4572fc2605bd97839e74.tar.zst |
1.44
-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 c0e4336f6..02e035d36 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.43.0", + "version": "1.44.0", "runtimeVersion": { "policy": "appVersion" }, @@ -17,7 +17,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "2", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -43,7 +43,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 29, + "versionCode": 30, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" diff --git a/package.json b/package.json index 9216fb15c..73333e7bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.43.0", + "version": "1.44.0", "private": true, "scripts": { "prepare": "is-ci || husky install", |