diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:08:07 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-31 16:08:07 -0800 |
commit | 50eb1c30d2462bc04cb6ec9b82af7120e5a80614 (patch) | |
tree | 06b526b148eadd87c7abe320dc3382187c1b2102 /app.config.js | |
parent | 4cf68b32c8c26c660e3240d014a051de77429374 (diff) | |
download | voidsky-50eb1c30d2462bc04cb6ec9b82af7120e5a80614.tar.zst |
Bump build numbers
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 50faa3d87..8e14b0762 100644 --- a/app.config.js +++ b/app.config.js @@ -20,12 +20,12 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '3' + const IOS_BUILD_NUMBER = '4' /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 59 + const ANDROID_VERSION_CODE = 60 /** * Uses built-in Expo env vars |