diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-01 21:14:39 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-01 21:14:39 -0700 |
commit | 232e90c0a014069ef6c899dabd5bc240a9cd6e4e (patch) | |
tree | 22f9226cccba1f16a2a6aba30ef2bb5a3ea6916b /app.config.js | |
parent | f57a8cf8ba0cd10a54abf35d960d8fb90266fa6b (diff) | |
download | voidsky-232e90c0a014069ef6c899dabd5bc240a9cd6e4e.tar.zst |
1.56
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 e5d7fdf41..dbdc34213 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.55.0', + version: '1.56.0', runtimeVersion: { policy: 'appVersion', }, @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 44, + versionCode: 45, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |