about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-24 15:20:11 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-24 15:20:11 -0800
commit614cb234898cfdf7080d7765c2bf6b899b753008 (patch)
tree607aadb223af2cc29dbca80000278cfb4f466678
parent51506efca64d6a7aa12a8299eed4014d47d08c25 (diff)
downloadvoidsky-614cb234898cfdf7080d7765c2bf6b899b753008.tar.zst
Bump ios build number
-rw-r--r--app.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js
index 04d5081f1..e8b30ab00 100644
--- a/app.config.js
+++ b/app.config.js
@@ -9,7 +9,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.