zio/stable
Paul Frazee 2023-10-14 10:32:11 -07:00
parent 8e9cf182c2
commit 01e25c912c
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ module.exports = function () {
slug: 'bluesky', slug: 'bluesky',
scheme: 'bluesky', scheme: 'bluesky',
owner: 'blueskysocial', owner: 'blueskysocial',
version: '1.53.0', version: '1.54.0',
runtimeVersion: { runtimeVersion: {
policy: 'appVersion', policy: 'appVersion',
}, },
@ -43,7 +43,7 @@ module.exports = function () {
backgroundColor: '#ffffff', backgroundColor: '#ffffff',
}, },
android: { android: {
versionCode: 42, versionCode: 43,
adaptiveIcon: { adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png', foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#ffffff', backgroundColor: '#ffffff',

View File

@ -9,7 +9,7 @@
"distribution": "internal", "distribution": "internal",
"ios": { "ios": {
"simulator": true, "simulator": true,
"resourceClass": "large" "resourceClass": "m-large"
}, },
"channel": "development" "channel": "development"
}, },
@ -17,20 +17,20 @@
"developmentClient": true, "developmentClient": true,
"distribution": "internal", "distribution": "internal",
"ios": { "ios": {
"resourceClass": "large" "resourceClass": "m-large"
}, },
"channel": "development" "channel": "development"
}, },
"preview": { "preview": {
"distribution": "internal", "distribution": "internal",
"ios": { "ios": {
"resourceClass": "large" "resourceClass": "m-large"
}, },
"channel": "preview" "channel": "preview"
}, },
"production": { "production": {
"ios": { "ios": {
"resourceClass": "large" "resourceClass": "m-large"
}, },
"channel": "production" "channel": "production"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "bsky.app", "name": "bsky.app",
"version": "1.53.0", "version": "1.54.0",
"private": true, "private": true,
"scripts": { "scripts": {
"prepare": "is-ci || husky install", "prepare": "is-ci || husky install",