Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1.41

+3 -3
+2 -2
app.json
··· 4 4 "slug": "bluesky", 5 5 "scheme": "bluesky", 6 6 "owner": "blueskysocial", 7 - "version": "1.40.0", 7 + "version": "1.41.0", 8 8 "runtimeVersion": { 9 9 "policy": "appVersion" 10 10 }, ··· 43 43 "backgroundColor": "#ffffff" 44 44 }, 45 45 "android": { 46 - "versionCode": 26, 46 + "versionCode": 27, 47 47 "adaptiveIcon": { 48 48 "foregroundImage": "./assets/adaptive-icon.png", 49 49 "backgroundColor": "#ffffff"
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.40.0", 3 + "version": "1.41.0", 4 4 "private": true, 5 5 "scripts": { 6 6 "postinstall": "patch-package",