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 | |
parent | 8e9cf182c2e247203b6b5ea9ae701c039945d6a0 (diff) | |
download | voidsky-01e25c912cb156aa4a2c34ddef8206d045ee2b89.tar.zst |
1.54
-rw-r--r-- | app.config.js | 4 | ||||
-rw-r--r-- | eas.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 7 insertions, 7 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', diff --git a/eas.json b/eas.json index 402abeccd..69e5c94d6 100644 --- a/eas.json +++ b/eas.json @@ -9,7 +9,7 @@ "distribution": "internal", "ios": { "simulator": true, - "resourceClass": "large" + "resourceClass": "m-large" }, "channel": "development" }, @@ -17,20 +17,20 @@ "developmentClient": true, "distribution": "internal", "ios": { - "resourceClass": "large" + "resourceClass": "m-large" }, "channel": "development" }, "preview": { "distribution": "internal", "ios": { - "resourceClass": "large" + "resourceClass": "m-large" }, "channel": "preview" }, "production": { "ios": { - "resourceClass": "large" + "resourceClass": "m-large" }, "channel": "production" }, diff --git a/package.json b/package.json index c058c5ce6..3df32da98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.53.0", + "version": "1.54.0", "private": true, "scripts": { "prepare": "is-ci || husky install", |