diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-18 15:11:51 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-18 15:11:51 -0800 |
commit | c00c5efb341c8899d479bbb529e9c71eac046395 (patch) | |
tree | 563641fe15e1a315ab9c34e895509bcbed6a03e9 /app.config.js | |
parent | 781410690944b5efc826ccc36660f86565107d92 (diff) | |
download | voidsky-c00c5efb341c8899d479bbb529e9c71eac046395.tar.zst |
Bump build numbers for ios and android
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index ea41b4905..4db454c82 100644 --- a/app.config.js +++ b/app.config.js @@ -9,12 +9,12 @@ 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. */ - const ANDROID_VERSION_CODE = 50 + const ANDROID_VERSION_CODE = 51 /** * Uses built-in Expo env vars |