diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-30 20:51:02 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-30 20:51:02 -0800 |
commit | 68d4cd1046dea54b3ced5664298a0af329d08971 (patch) | |
tree | c6f97a5dd3ed2eb5da67a3864dabf64492939a03 /app.config.js | |
parent | 31bf286fdc139e82ddc081c8e6c0962495e63fb3 (diff) | |
download | voidsky-68d4cd1046dea54b3ced5664298a0af329d08971.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 4f843e889..50faa3d87 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 = '2' + const IOS_BUILD_NUMBER = '3' /** * Android build number. Must be incremented for each release. |