diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-21 21:01:15 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-21 21:01:15 -0700 |
commit | 146132a080e36432fbd50ddc6b0b3b50f917c6ee (patch) | |
tree | bf5ebfb2f813bcfa0b450e72ecd9b464fd30510c | |
parent | 8584009baebb6119bf6c531360ceb52c480486a0 (diff) | |
download | voidsky-146132a080e36432fbd50ddc6b0b3b50f917c6ee.tar.zst |
Bump ios buildnumber
-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 49a4e3d4e..1c75aeb6c 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '3', + buildNumber: '4', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { |