diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-30 18:57:18 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-30 18:57:18 -0800 |
commit | b05cf9f3c113f94da8233cb67fb6f3f41d6f54bc (patch) | |
tree | 00d1fd9398b3e0a743d2136c82979defc5b97ac0 /app.config.js | |
parent | f8c46c08ca92aa1a6d86d1e594fc857171356264 (diff) | |
download | voidsky-b05cf9f3c113f94da8233cb67fb6f3f41d6f54bc.tar.zst |
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 67fbd930b..8f672c964 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 = '5' + const IOS_BUILD_NUMBER = '6' /** * Android build number. Must be incremented for each release. |