about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-17 15:28:04 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-17 15:28:04 -0800
commit9f82441c371b4c2f082750da7703ad2f16c2cc42 (patch)
tree47c21121391258df9c1cd779b940a79735060ba3 /app.config.js
parent77437194e02402357a53da2624f2936277511e44 (diff)
downloadvoidsky-9f82441c371b4c2f082750da7703ad2f16c2cc42.tar.zst
Update splash screen tagline, update translations, 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 2c3b05b35..ea41b4905 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 = '3'
+  const IOS_BUILD_NUMBER = '4'
 
   /**
    * Android build number. Must be incremented for each release.