1.20.0
parent
bbc2ab334d
commit
16124b5081
4
app.json
4
app.json
|
@ -3,7 +3,7 @@
|
|||
"name": "Bluesky",
|
||||
"slug": "bluesky",
|
||||
"owner": "blueskysocial",
|
||||
"version": "1.19.0",
|
||||
"version": "1.20.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"android": {
|
||||
"versionCode": 4,
|
||||
"versionCode": 5,
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bsky.app",
|
||||
"version": "1.19.0",
|
||||
"version": "1.20.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "patch-package",
|
||||
|
|
Loading…
Reference in New Issue