diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-04 18:01:49 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-04 18:01:49 -0800 |
commit | 37d94ca0e3e75e73a856bd4dad37d57cfaeadf1d (patch) | |
tree | ea514af9c73e2b8c3d6aebda3bcd86e4e436d183 /app.config.js | |
parent | 48f5cebc80975388f83ba61c3d6c7b620124969d (diff) | |
download | voidsky-37d94ca0e3e75e73a856bd4dad37d57cfaeadf1d.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 8f672c964..ac1249271 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 = '6' + const IOS_BUILD_NUMBER = '7' /** * Android build number. Must be incremented for each release. |