diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-20 19:48:40 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-20 19:48:40 -0700 |
commit | 335061f76349a4cecfdefb0348fc26bb67f6ebfa (patch) | |
tree | 791ff01683ce86ed4c7e1412306690dcc6442bcf /app.config.js | |
parent | e837a499f30f397468f55ea9c75afff1317633d6 (diff) | |
download | voidsky-335061f76349a4cecfdefb0348fc26bb67f6ebfa.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 a7614e8e5..49a4e3d4e 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '2', + buildNumber: '3', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { |