diff --git a/app.config.js b/app.config.js index 27e735cdea..dd9e054864 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', diff --git a/package.json b/package.json index a2201baed2..1a56c871bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.50.0", + "version": "1.51.0", "private": true, "scripts": { "prepare": "is-ci || husky install",