about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-30 20:51:02 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-01-30 20:51:02 -0800
commit68d4cd1046dea54b3ced5664298a0af329d08971 (patch)
treec6f97a5dd3ed2eb5da67a3864dabf64492939a03 /app.config.js
parent31bf286fdc139e82ddc081c8e6c0962495e63fb3 (diff)
downloadvoidsky-68d4cd1046dea54b3ced5664298a0af329d08971.tar.zst
Bump ios build number
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js
index 4f843e889..50faa3d87 100644
--- a/app.config.js
+++ b/app.config.js
@@ -20,7 +20,7 @@ module.exports = function () {
   /**
    * iOS build number. Must be incremented for each TestFlight version.
    */
-  const IOS_BUILD_NUMBER = '2'
+  const IOS_BUILD_NUMBER = '3'
 
   /**
    * Android build number. Must be incremented for each release.