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 f280bcd85..9acc7120a 100644
--- a/app.json
+++ b/app.json
@@ -4,7 +4,7 @@
     "slug": "bluesky",
     "scheme": "bluesky",
     "owner": "blueskysocial",
-    "version": "1.48.0",
+    "version": "1.49.0",
     "runtimeVersion": {
       "policy": "appVersion"
     },
@@ -39,7 +39,7 @@
       "backgroundColor": "#ffffff"
     },
     "android": {
-      "versionCode": 35,
+      "versionCode": 36,
       "adaptiveIcon": {
         "foregroundImage": "./assets/adaptive-icon.png",
         "backgroundColor": "#ffffff"
diff --git a/package.json b/package.json
index 2984d5741..64d5033b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.48.0",
+  "version": "1.49.0",
   "private": true,
   "scripts": {
     "prepare": "is-ci || husky install",