diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:43:07 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:43:07 -0800 |
commit | f6cdebb8af0aafc2559627a054842796c0b7867a (patch) | |
tree | df72006bf9c476817db33461841248adefc73b4f /app.config.js | |
parent | 2e3e66c974d1b614cfa4831f3eb1d95117bf10f3 (diff) | |
download | voidsky-f6cdebb8af0aafc2559627a054842796c0b7867a.tar.zst |
Bump 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 8e14b0762..4641a045d 100644 --- a/app.config.js +++ b/app.config.js @@ -20,7 +20,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '4' + const IOS_BUILD_NUMBER = '5' /** * Android build number. Must be incremented for each release. |