diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 09:58:58 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 09:58:58 -0700 |
commit | 6c11c0b81de34a486df9c67d8f04d0d2050ce9b3 (patch) | |
tree | 362b377393f8d3c1ca296f88e3061c8f6f637f28 /app.config.js | |
parent | 7ebf1ed3710081f27f90eaae125c7315798d56e5 (diff) | |
download | voidsky-6c11c0b81de34a486df9c67d8f04d0d2050ce9b3.tar.zst |
1.55
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 09b8256c0..e5d7fdf41 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.54.0', + version: '1.55.0', runtimeVersion: { policy: 'appVersion', }, @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 43, + versionCode: 44, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |