diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-06 22:12:41 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-06 22:12:41 -0800 |
commit | fc40b200edc9ac924173d3604f4126ab16b39d42 (patch) | |
tree | 39e14120b74f63b65dd0d45d3d878dd9702cf3e6 /app.config.js | |
parent | 3b0f94bfb078a2974eb4ab5641bdab4b3849169e (diff) | |
download | voidsky-fc40b200edc9ac924173d3604f4126ab16b39d42.tar.zst |
1.68
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 7d896a2b7..49355aad0 100644 --- a/app.config.js +++ b/app.config.js @@ -20,12 +20,12 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '6' + const IOS_BUILD_NUMBER = '1' /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 60 + const ANDROID_VERSION_CODE = 61 /** * Uses built-in Expo env vars |