diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-15 15:19:05 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-15 15:19:05 -0800 |
commit | 8c4e5b5f0b953faf4e09caabb2170cc6da3df76b (patch) | |
tree | 002183c351122f9c773075c63a2ea94527176599 /app.config.js | |
parent | a7d617c7a616b6f6a8e0db41f02e052d6bd077e8 (diff) | |
download | voidsky-8c4e5b5f0b953faf4e09caabb2170cc6da3df76b.tar.zst |
Bump ios build number
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 afd6677ef..bf1c4fa0a 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. |