diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 13:40:14 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 13:40:14 -0600 |
commit | 8cd2b4a721cd276669c401e51f1048033ed3df90 (patch) | |
tree | 7a0a3b7b972abf1ef3ab6c76cc4852a8c7680d83 /package.json | |
parent | 3972706c54c4e89f2167dc65b931ed05356beb9f (diff) | |
download | voidsky-8cd2b4a721cd276669c401e51f1048033ed3df90.tar.zst |
Implement account muting
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 815cfd0f8..8f2723fc6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "postinstall": "patch-package" }, "dependencies": { - "@atproto/api": "^0.0.3", + "@atproto/api": "^0.0.4", "@bam.tech/react-native-image-resizer": "^3.0.4", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-regular-svg-icons": "^6.1.1", |