diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-22 18:08:50 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-22 18:08:50 -0700 |
commit | e9f30894b1cb88fbde52ae0417eb56b0c1b10dcd (patch) | |
tree | 2eab364b5fa23056de5fbf57e34413bfb564dfc4 /app.config.js | |
parent | 150fe421d6b694fefd89c0374d0f29051940cc17 (diff) | |
download | voidsky-e9f30894b1cb88fbde52ae0417eb56b0c1b10dcd.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 1c75aeb6c..908ae5f9b 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '4', + buildNumber: '5', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { |