diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 15:28:04 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 15:28:04 -0800 |
commit | 9f82441c371b4c2f082750da7703ad2f16c2cc42 (patch) | |
tree | 47c21121391258df9c1cd779b940a79735060ba3 /app.config.js | |
parent | 77437194e02402357a53da2624f2936277511e44 (diff) | |
download | voidsky-9f82441c371b4c2f082750da7703ad2f16c2cc42.tar.zst |
Update splash screen tagline, update translations, bump ios build number
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
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. |