diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-08 16:31:08 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-08 16:31:08 -0800 |
commit | d854e882187c4358ae3b4c1fb9d1324f5fe215e4 (patch) | |
tree | da0a90a2666dc84344bc4d8ff4777614527e6291 /app.config.js | |
parent | 102094b10aeeed996cae5a522a497ee4848d27e6 (diff) | |
download | voidsky-d854e882187c4358ae3b4c1fb9d1324f5fe215e4.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 babd25ac7..2f6c3b106 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 = '11' + const IOS_BUILD_NUMBER = '12' /** * Android build number. Must be incremented for each release. |