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

View File

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