diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 09:58:58 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-30 09:58:58 -0700 |
commit | 6c11c0b81de34a486df9c67d8f04d0d2050ce9b3 (patch) | |
tree | 362b377393f8d3c1ca296f88e3061c8f6f637f28 /package.json | |
parent | 7ebf1ed3710081f27f90eaae125c7315798d56e5 (diff) | |
download | voidsky-6c11c0b81de34a486df9c67d8f04d0d2050ce9b3.tar.zst |
1.55
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3df32da98..3a91528cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsky.app", - "version": "1.54.0", + "version": "1.55.0", "private": true, "scripts": { "prepare": "is-ci || husky install", @@ -31,7 +31,7 @@ "build:apk": "eas build -p android --profile dev-android-apk" }, "dependencies": { - "@atproto/api": "^0.6.20", + "@atproto/api": "^0.6.21", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@emoji-mart/react": "^1.1.1", |