Skip to content

Commit

Permalink
1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Oct 14, 2023
1 parent 8e9cf18 commit 01e25c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function () {
slug: 'bluesky',
scheme: 'bluesky',
owner: 'blueskysocial',
version: '1.53.0',
version: '1.54.0',
runtimeVersion: {
policy: 'appVersion',
},
Expand Down Expand Up @@ -43,7 +43,7 @@ module.exports = function () {
backgroundColor: '#ffffff',
},
android: {
versionCode: 42,
versionCode: 43,
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down
8 changes: 4 additions & 4 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"distribution": "internal",
"ios": {
"simulator": true,
"resourceClass": "large"
"resourceClass": "m-large"
},
"channel": "development"
},
"development-device": {
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bsky.app",
"version": "1.53.0",
"version": "1.54.0",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
Expand Down

0 comments on commit 01e25c9

Please sign in to comment.