zio/stable
Paul Frazee 2023-04-28 20:03:55 -05:00
parent a95c03e280
commit 9b50c3ddbb
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Bluesky", "name": "Bluesky",
"slug": "bluesky", "slug": "bluesky",
"owner": "blueskysocial", "owner": "blueskysocial",
"version": "1.24.0", "version": "1.25.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "light", "userInterfaceStyle": "light",
@ -13,7 +13,7 @@
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"ios": { "ios": {
"buildNumber": "2", "buildNumber": "1",
"supportsTablet": false, "supportsTablet": false,
"bundleIdentifier": "xyz.blueskyweb.app", "bundleIdentifier": "xyz.blueskyweb.app",
"config": { "config": {
@ -34,7 +34,7 @@
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"android": { "android": {
"versionCode": 9, "versionCode": 10,
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"

View File

@ -1,6 +1,6 @@
{ {
"name": "bsky.app", "name": "bsky.app",
"version": "1.24.0", "version": "1.25.0",
"private": true, "private": true,
"scripts": { "scripts": {
"postinstall": "patch-package", "postinstall": "patch-package",