diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-02 23:56:01 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-02 23:56:01 -0500 |
commit | feff19f705efd84b4ced1b2e0f5ebcd25910a8d5 (patch) | |
tree | e543de4ca22dc665780d335dc268460ef3524650 | |
parent | 12a214423293da1914eaae83073e0e3d2c6d1de2 (diff) | |
download | voidsky-feff19f705efd84b4ced1b2e0f5ebcd25910a8d5.tar.zst |
1.26
-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 f2ac0eb50..2f5768982 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "Bluesky", "slug": "bluesky", "owner": "blueskysocial", - "version": "1.25.0", + "version": "1.26.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -13,7 +13,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "2", + "buildNumber": "1", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { diff --git a/package.json b/package.json index e34c52e1c..a545ba251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.25.0", + "version": "1.26.0", "private": true, "scripts": { "postinstall": "patch-package", |