Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

1.51

+3 -3
+2 -2
app.config.js
··· 6 6 slug: 'bluesky', 7 7 scheme: 'bluesky', 8 8 owner: 'blueskysocial', 9 - version: '1.50.0', 9 + version: '1.51.0', 10 10 runtimeVersion: { 11 11 policy: 'appVersion', 12 12 }, ··· 43 43 backgroundColor: '#ffffff', 44 44 }, 45 45 android: { 46 - versionCode: 37, 46 + versionCode: 38, 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.50.0", 3 + "version": "1.51.0", 4 4 "private": true, 5 5 "scripts": { 6 6 "prepare": "is-ci || husky install",