diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-07 10:03:46 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-07 10:03:46 -0800 |
commit | f0a35a940b1a5a7b89a4dc6308b4387dc755dc91 (patch) | |
tree | 3638dca3eacc174115c8becf114e21017858f8b5 /app.config.js | |
parent | 32020d62d670d217231410deb4d0c1130e1a27b7 (diff) | |
download | voidsky-f0a35a940b1a5a7b89a4dc6308b4387dc755dc91.tar.zst |
Bump ios 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 49355aad0..8dcdbf5d4 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. |