about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-18 21:06:00 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-18 21:06:00 -0500
commit91ae0d7775833020f8585000c8cb4833795d61b3 (patch)
tree8227ac36a8ac3964c1720501521c8184c529b178
parent37acc9e9304b594ff21443e1be896e1e576bb488 (diff)
downloadvoidsky-91ae0d7775833020f8585000c8cb4833795d61b3.tar.zst
1.29 testflight
-rw-r--r--app.json4
-rw-r--r--package.json2
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",