diff options
-rw-r--r-- | .easignore | 4 | ||||
-rw-r--r-- | app.config.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.easignore b/.easignore index cdf1b7abf..29fc4124b 100644 --- a/.easignore +++ b/.easignore @@ -91,8 +91,8 @@ web-build/ # Android & iOS folders -android/ -ios/ +/android/ +/ios/ # environment variables .env diff --git a/app.config.js b/app.config.js index e8effb9d0..4f843e889 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 = '1' + const IOS_BUILD_NUMBER = '2' /** * Android build number. Must be incremented for each release. |