diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 11:57:23 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-17 11:57:23 -0800 |
commit | 77437194e02402357a53da2624f2936277511e44 (patch) | |
tree | dece3a7fd780a2f40d0bf0fb92eb2c8b9021f006 /app.config.js | |
parent | 25f0527ad683b7cde6ac57c4bdc74858a9b6c5b1 (diff) | |
download | voidsky-77437194e02402357a53da2624f2936277511e44.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 717279b25..2c3b05b35 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 = '2' + const IOS_BUILD_NUMBER = '3' /** * Android build number. Must be incremented for each release. |