about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-03 16:44:59 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-11-03 16:44:59 -0700
commit46c2564e6531712538e44ee6880fb4bfce612ab9 (patch)
tree01feab07df4263edc77bcbac9dfb22d31bc68d6c
parentebad6d2b1aa1e54fc08264b8466bf92cced5c14b (diff)
downloadvoidsky-46c2564e6531712538e44ee6880fb4bfce612ab9.tar.zst
Increment iOS buildnumber & android version code for release
-rw-r--r--app.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js
index 6f2718123..1c63a2000 100644
--- a/app.config.js
+++ b/app.config.js
@@ -19,7 +19,7 @@ module.exports = function () {
         backgroundColor: '#ffffff',
       },
       ios: {
-        buildNumber: '2',
+        buildNumber: '3',
         supportsTablet: false,
         bundleIdentifier: 'xyz.blueskyweb.app',
         config: {
@@ -43,7 +43,7 @@ module.exports = function () {
         backgroundColor: '#ffffff',
       },
       android: {
-        versionCode: 45,
+        versionCode: 46,
         adaptiveIcon: {
           foregroundImage: './assets/adaptive-icon.png',
           backgroundColor: '#ffffff',