diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-12 20:33:05 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-12 20:33:05 -0800 |
commit | 36e1da10069749832831569611df8038c43fb6ed (patch) | |
tree | f8592c28e40c4b2d6a2bada1746d4c584ef72b13 /app.config.js | |
parent | 588ccde005ae2a4c09568318cc92463468ac8da7 (diff) | |
download | voidsky-36e1da10069749832831569611df8038c43fb6ed.tar.zst |
Bump build numbers and translations
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 701ca7fb7..1609d623c 100644 --- a/app.config.js +++ b/app.config.js @@ -21,13 +21,13 @@ module.exports = function () { * iOS build number. Must be incremented for each TestFlight version. * WARNING: Always leave this variable on line 24! If it is moved, you need to update ./scripts/bumpIosBuildNumber.sh */ - const IOS_BUILD_NUMBER = '3' + const IOS_BUILD_NUMBER = '5' /** * Android build number. Must be incremented for each release. * WARNING: Always leave this variable on line 30! If it is moved, you need to update ./scripts/bumpAndroidBuildNumber.sh */ - const ANDROID_VERSION_CODE = 61 + const ANDROID_VERSION_CODE = 62 /** * Uses built-in Expo env vars |