diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-07 17:21:10 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-07 17:21:10 -0800 |
commit | 282879b6452b0f575369d30139d15b234f7a3f28 (patch) | |
tree | fe9947d5a8396fb51053165567d970214036500f /app.config.js | |
parent | 7b5033118895448ae36c0ac2d76683ecd838f5e2 (diff) | |
download | voidsky-282879b6452b0f575369d30139d15b234f7a3f28.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 c2df6760e..babd25ac7 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 = '10' + const IOS_BUILD_NUMBER = '11' /** * Android build number. Must be incremented for each release. |