diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-24 15:20:11 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-24 15:20:11 -0800 |
commit | 614cb234898cfdf7080d7765c2bf6b899b753008 (patch) | |
tree | 607aadb223af2cc29dbca80000278cfb4f466678 /app.config.js | |
parent | 51506efca64d6a7aa12a8299eed4014d47d08c25 (diff) | |
download | voidsky-614cb234898cfdf7080d7765c2bf6b899b753008.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 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. |