zio/stable
Paul Frazee 2023-04-21 19:41:59 -05:00
parent bbc2ab334d
commit 16124b5081
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Bluesky", "name": "Bluesky",
"slug": "bluesky", "slug": "bluesky",
"owner": "blueskysocial", "owner": "blueskysocial",
"version": "1.19.0", "version": "1.20.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "light", "userInterfaceStyle": "light",
@ -34,7 +34,7 @@
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"android": { "android": {
"versionCode": 4, "versionCode": 5,
"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.19.0", "version": "1.20.0",
"private": true, "private": true,
"scripts": { "scripts": {
"postinstall": "patch-package", "postinstall": "patch-package",