diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-10 17:32:19 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-10 17:32:19 -0700 |
commit | 5dd673d1ff37cf85481de1692c493f1913491608 (patch) | |
tree | 890f8bd897d07264c5820591bd3da92d36147d66 /app.config.js | |
parent | 10deddd0adc3eaae63be03ce2516fa276ccaf43e (diff) | |
download | voidsky-5dd673d1ff37cf85481de1692c493f1913491608.tar.zst |
1.53
Diffstat (limited to 'app.config.js')
-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 82d0d5a0c..1f4de0370 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.52.0', + version: '1.53.0', runtimeVersion: { policy: 'appVersion', }, @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '2', + buildNumber: '1', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 41, + versionCode: 42, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |