Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

1.61 (initial build)

+2 -2
+1 -1
app.config.js
··· 9 9 /** 10 10 * iOS build number. Must be incremented for each TestFlight version. 11 11 */ 12 - const IOS_BUILD_NUMBER = '5' 12 + const IOS_BUILD_NUMBER = '1' 13 13 14 14 /** 15 15 * Android build number. Must be incremented for each release.
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.60.0", 3 + "version": "1.61.0", 4 4 "private": true, 5 5 "engines": { 6 6 "node": ">=18"