diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 21:06:00 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-18 21:06:00 -0500 |
commit | 91ae0d7775833020f8585000c8cb4833795d61b3 (patch) | |
tree | 8227ac36a8ac3964c1720501521c8184c529b178 | |
parent | 37acc9e9304b594ff21443e1be896e1e576bb488 (diff) | |
download | voidsky-91ae0d7775833020f8585000c8cb4833795d61b3.tar.zst |
1.29 testflight
-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 8a2fe039a..25290e20d 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "bluesky", "scheme": "bluesky", "owner": "blueskysocial", - "version": "1.28.0", + "version": "1.29.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -14,7 +14,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "3", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { diff --git a/package.json b/package.json index e589f22d2..5c30a0cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.28.0", + "version": "1.29.0", "private": true, "scripts": { "postinstall": "patch-package", |