diff options
-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: { |