diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-06 08:48:39 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-06 08:48:39 -0700 |
commit | 9cff82448f75e569899c826317a1fd668e8f97c7 (patch) | |
tree | 0447a8ab6e951e8d0e1dc8a0fbe7d065d94995c3 | |
parent | 34f9d12987e58f2a62b36574faea3fb6ad948d68 (diff) | |
download | voidsky-9cff82448f75e569899c826317a1fd668e8f97c7.tar.zst |
1.52
-rw-r--r-- | app.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app.config.js b/app.config.js index 51e95b1a1..a1477a8ae 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.51.0', + version: '1.52.0', runtimeVersion: { policy: 'appVersion', }, @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '5', + buildNumber: '1', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 39, + versionCode: 40, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |