diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-24 14:33:24 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-24 14:33:24 -0800 |
commit | e3d9a4f782c960141f44d950caae238319ae7621 (patch) | |
tree | ef448498a154f0cba1b3f5a86889aae4e3ea09ff /app.config.js | |
parent | bc5e28057a300ca07f44ad151a624443c43c49f0 (diff) | |
download | voidsky-e3d9a4f782c960141f44d950caae238319ae7621.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 1cfb6bda0..04d5081f1 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 = '1' + const IOS_BUILD_NUMBER = '2' /** * Android build number. Must be incremented for each release. |