diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-10 12:25:14 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-10 12:25:14 -0800 |
commit | 3d229b5fd6d4f0773f607cf1d6e7b2377c33ccbb (patch) | |
tree | e1d1a027d481d71e4343ed39fa75726f1202738b /app.config.js | |
parent | f46b598ac6f2d968ff994fcb4fcacf4a0c2141d6 (diff) | |
download | voidsky-3d229b5fd6d4f0773f607cf1d6e7b2377c33ccbb.tar.zst |
Bump ios and android build numbers
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 53a61c689..222fb4cc8 100644 --- a/app.config.js +++ b/app.config.js @@ -9,12 +9,12 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '14' + const IOS_BUILD_NUMBER = '15' /** * Android build number. Must be incremented for each release. */ - const ANDROID_VERSION_CODE = 46 + const ANDROID_VERSION_CODE = 47 /** * Uses built-in Expo env vars |