about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-28 19:05:50 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-28 19:05:50 -0800
commit1f037a0b4351eda47bae41a8e6004dc0f452afb7 (patch)
treefd81cbde78fe8a6d6e55db70479397b74706a4d1 /app.config.js
parentb9fc1527495f8a9ed792cf4563650a9f442d62a1 (diff)
downloadvoidsky-1f037a0b4351eda47bae41a8e6004dc0f452afb7.tar.zst
Bump ios build number and android version code
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js
index e290c07c9..312b9ea20 100644
--- a/app.config.js
+++ b/app.config.js
@@ -9,12 +9,12 @@ module.exports = function () {
   /**
    * iOS build number. Must be incremented for each TestFlight version.
    */
-  const IOS_BUILD_NUMBER = '1'
+  const IOS_BUILD_NUMBER = '2'
 
   /**
    * Android build number. Must be incremented for each release.
    */
-  const ANDROID_VERSION_CODE = 52
+  const ANDROID_VERSION_CODE = 53
 
   /**
    * Uses built-in Expo env vars