Bluesky app fork with some witchin' additions 💫

1.22

+3 -3
+2 -2
app.json
··· 3 3 "name": "Bluesky", 4 4 "slug": "bluesky", 5 5 "owner": "blueskysocial", 6 - "version": "1.21.0", 6 + "version": "1.22.0", 7 7 "orientation": "portrait", 8 8 "icon": "./assets/icon.png", 9 9 "userInterfaceStyle": "light", ··· 34 34 "backgroundColor": "#ffffff" 35 35 }, 36 36 "android": { 37 - "versionCode": 6, 37 + "versionCode": 7, 38 38 "adaptiveIcon": { 39 39 "foregroundImage": "./assets/adaptive-icon.png", 40 40 "backgroundColor": "#ffffff"
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.21.0", 3 + "version": "1.22.0", 4 4 "private": true, 5 5 "scripts": { 6 6 "postinstall": "patch-package",