about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-14 23:17:25 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-06-14 23:17:25 -0500
commit1695ae34dbd08432f21f524ed32ad7012bfb201e (patch)
treec7909f1c492869f2d8556ec9f67555138b99da68
parent56ec3bf89ec447fa590e89a0fa3ecf5f8e6e84b7 (diff)
downloadvoidsky-1695ae34dbd08432f21f524ed32ad7012bfb201e.tar.zst
1.32
-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 53d053585..d427e04d0 100644
--- a/app.json
+++ b/app.json
@@ -4,7 +4,7 @@
     "slug": "bluesky",
     "scheme": "bluesky",
     "owner": "blueskysocial",
-    "version": "1.31.0",
+    "version": "1.32.0",
     "runtimeVersion": {
       "policy": "appVersion"
     },
@@ -43,7 +43,7 @@
       "backgroundColor": "#ffffff"
     },
     "android": {
-      "versionCode": 17,
+      "versionCode": 18,
       "adaptiveIcon": {
         "foregroundImage": "./assets/adaptive-icon.png",
         "backgroundColor": "#ffffff"
diff --git a/package.json b/package.json
index c6442acae..22b894efd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.31.0",
+  "version": "1.32.0",
   "private": true,
   "scripts": {
     "postinstall": "patch-package",