diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-29 20:12:55 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-29 20:12:55 -0800 |
commit | c3e97fee1dd11bbcfd677dba8282e577df143bb9 (patch) | |
tree | b7e1999e3feaf513aaebb91f256fd3b1393b6d14 | |
parent | a03f57c8c380097abeadfade91235f6f96c1e8ca (diff) | |
download | voidsky-c3e97fee1dd11bbcfd677dba8282e577df143bb9.tar.zst |
Bump ios build number
-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 bb79260e2..67fbd930b 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 = '4' + const IOS_BUILD_NUMBER = '5' /** * Android build number. Must be incremented for each release. |