about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app.config.js4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/app.config.js b/app.config.js
index e5d7fdf41..dbdc34213 100644
--- a/app.config.js
+++ b/app.config.js
@@ -6,7 +6,7 @@ module.exports = function () {
       slug: 'bluesky',
       scheme: 'bluesky',
       owner: 'blueskysocial',
-      version: '1.55.0',
+      version: '1.56.0',
       runtimeVersion: {
         policy: 'appVersion',
       },
@@ -43,7 +43,7 @@ module.exports = function () {
         backgroundColor: '#ffffff',
       },
       android: {
-        versionCode: 44,
+        versionCode: 45,
         adaptiveIcon: {
           foregroundImage: './assets/adaptive-icon.png',
           backgroundColor: '#ffffff',
diff --git a/package.json b/package.json
index a5194a526..01528bf08 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.55.0",
+  "version": "1.56.0",
   "private": true,
   "scripts": {
     "prepare": "is-ci || husky install",