Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

1.65

+3 -3
+2 -2
app.config.js
··· 20 20 /** 21 21 * iOS build number. Must be incremented for each TestFlight version. 22 22 */ 23 - const IOS_BUILD_NUMBER = '2' 23 + const IOS_BUILD_NUMBER = '1' 24 24 25 25 /** 26 26 * Android build number. Must be incremented for each release. 27 27 */ 28 - const ANDROID_VERSION_CODE = 56 28 + const ANDROID_VERSION_CODE = 57 29 29 30 30 /** 31 31 * Uses built-in Expo env vars
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.64.0", 3 + "version": "1.65.0", 4 4 "private": true, 5 5 "engines": { 6 6 "node": ">=18"