diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-19 21:45:03 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-19 21:45:03 -0700 |
commit | 6db711310823027b4f794b510efb46c84d165cfe (patch) | |
tree | 6eba5fedb3c1b9ed6cdbd246a8c475a7e21110f8 | |
parent | 971c8025e6cadec74525d42a978dabddb878b8eb (diff) | |
download | voidsky-6db711310823027b4f794b510efb46c84d165cfe.tar.zst |
Bump ios build number
-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 dd9e05486..a7614e8e5 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: { |