about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ea9a9fd72..36ea00eeb 100644
--- a/app.json
+++ b/app.json
@@ -3,7 +3,7 @@
     "name": "Bluesky",
     "slug": "bluesky",
     "owner": "blueskysocial",
-    "version": "1.16.0",
+    "version": "1.17.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 120948f04..ccdd66bfd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.16.0",
+  "version": "1.17.0",
   "private": true,
   "scripts": {
     "postinstall": "patch-package",