Bump version again

This commit is contained in:
Jon Staab
2024-04-15 17:22:40 -07:00
parent 6a58fb153a
commit f738682fb3
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@coracle.social/network",
"version": "0.0.8",
"version": "0.0.9",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@coracle.social/lib": "0.0.6",
"@coracle.social/util": "0.0.8",
"@coracle.social/util": "0.0.9",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}