diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 8dcdbf5d4..701ca7fb7 100644 --- a/app.config.js +++ b/app.config.js @@ -19,11 +19,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 = '2' + const IOS_BUILD_NUMBER = '3' /** * 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 |