diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 15:52:38 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 15:52:38 -0800 |
commit | 7634b581dd91ffe99226c578378605af6367a1c1 (patch) | |
tree | 93bb9449c8c9a16427e4fca082a4b2547b2432a9 /app.config.js | |
parent | 9e330d2c6a2c4c1ffd0f1fc01e6ce910b1453422 (diff) | |
download | voidsky-7634b581dd91ffe99226c578378605af6367a1c1.tar.zst |
1.62
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 831791c2d..e290c07c9 100644 --- a/app.config.js +++ b/app.config.js @@ -9,7 +9,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '3' + const IOS_BUILD_NUMBER = '1' /** * Android build number. Must be incremented for each release. |