about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app.config.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js
index d16b494d0..717279b25 100644
--- a/app.config.js
+++ b/app.config.js
@@ -14,7 +14,7 @@ module.exports = function () {
   /**
    * Android build number. Must be incremented for each release.
    */
-  const ANDROID_VERSION_CODE = 49
+  const ANDROID_VERSION_CODE = 50
 
   /**
    * Uses built-in Expo env vars
diff --git a/package.json b/package.json
index d1d12e223..bed17e9dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.59.0",
+  "version": "1.60.0",
   "private": true,
   "scripts": {
     "prepare": "is-ci || husky install",