diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-09 17:21:03 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-09 17:21:03 -0800 |
commit | f5d014d4c7b42213e41f2cbc75d318e6462e6995 (patch) | |
tree | 0c6154d2a0121827a4ca0c25e19c09b081a639ff /app.config.js | |
parent | 940a627996b8f1e419f7fbcdd17496d45a892e8d (diff) | |
download | voidsky-f5d014d4c7b42213e41f2cbc75d318e6462e6995.tar.zst |
Bump ios build
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 415693afb..53a61c689 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 = '13' + const IOS_BUILD_NUMBER = '14' /** * Android build number. Must be incremented for each release. |