diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-02 19:55:15 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-02 19:55:15 -0700 |
commit | 9437d743e20b1744b161458ed229cb51e98cf0e7 (patch) | |
tree | 0dc9d3ef2a0a2626748015189cee0541d627395a /app.config.js | |
parent | 846c13070673bca2f0e14751aa8fdb7322fb8ed9 (diff) | |
download | voidsky-9437d743e20b1744b161458ed229cb51e98cf0e7.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 dbdc34213..6f2718123 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '1', + buildNumber: '2', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { |