diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-14 10:32:11 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-14 10:32:11 -0700 |
commit | 01e25c912cb156aa4a2c34ddef8206d045ee2b89 (patch) | |
tree | 3c218114b291963a6a5e00e3419ba61b0b0765f4 /app.config.js | |
parent | 8e9cf182c2e247203b6b5ea9ae701c039945d6a0 (diff) | |
download | voidsky-01e25c912cb156aa4a2c34ddef8206d045ee2b89.tar.zst |
1.54
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 1f4de0370..09b8256c0 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.53.0', + version: '1.54.0', runtimeVersion: { policy: 'appVersion', }, @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 42, + versionCode: 43, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |