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 c18fc4a72..c9c48b076 100644
--- a/app.json
+++ b/app.json
@@ -3,7 +3,7 @@
     "name": "Bluesky",
     "slug": "bluesky",
     "owner": "blueskysocial",
-    "version": "1.26.0",
+    "version": "1.27.0",
     "orientation": "portrait",
     "icon": "./assets/icon.png",
     "userInterfaceStyle": "light",
@@ -38,7 +38,7 @@
       "backgroundColor": "#ffffff"
     },
     "android": {
-      "versionCode": 11,
+      "versionCode": 12,
       "adaptiveIcon": {
         "foregroundImage": "./assets/adaptive-icon.png",
         "backgroundColor": "#ffffff"
diff --git a/package.json b/package.json
index a545ba251..2e7113aaf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.26.0",
+  "version": "1.27.0",
   "private": true,
   "scripts": {
     "postinstall": "patch-package",