diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-23 16:26:55 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-23 16:26:55 -0800 |
commit | 64bad57eb39269c025c80748966f9ac219daf8ce (patch) | |
tree | 3d87cf1ce8a091d097d6abdd4374f4811ba7895e /app.config.js | |
parent | 93f5bb3b1f10cb6011f1770132067fc58df39f3b (diff) | |
download | voidsky-64bad57eb39269c025c80748966f9ac219daf8ce.tar.zst |
1.61 (initial build)
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 5b82d1a76..1cfb6bda0 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 = '5' + const IOS_BUILD_NUMBER = '1' /** * Android build number. Must be incremented for each release. |