diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-18 14:34:41 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-09-18 14:34:41 -0700 |
commit | 9c4374f66a270c97a303821a39b9c0c6f5fd4e27 (patch) | |
tree | 4744a9c61829feaa217f817d6a0c7d6cd999bf65 /app.config.js | |
parent | 3c4899b3c4ae55285559215023a25e365c9f4e30 (diff) | |
download | voidsky-9c4374f66a270c97a303821a39b9c0c6f5fd4e27.tar.zst |
1.51
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 27e735cde..dd9e05486 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.50.0', + version: '1.51.0', runtimeVersion: { policy: 'appVersion', }, @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 37, + versionCode: 38, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |