diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-27 17:46:13 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-27 17:46:13 -0800 |
commit | 60886b76c8baded58d84c111f2d92db49514f940 (patch) | |
tree | 9f35c8b181ec6d81f758e851eb7f09469b15d82b /app.config.js | |
parent | 17a183514ab3d2422609cbe5d4003961c6192be3 (diff) | |
download | voidsky-60886b76c8baded58d84c111f2d92db49514f940.tar.zst |
Bump ios build number
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 acb3ff645..d7a0aa219 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: { |