Bump versions

This commit is contained in:
Jon Staab
2024-05-10 08:19:48 -07:00
parent fddee3c6ee
commit 5a0fc174c1
5 changed files with 18 additions and 22 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.2",
"version": "0.0.3",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "0.0.2",
"@welshman/util": "0.0.3",
"@welshman/lib": "0.0.3",
"@welshman/util": "0.0.4",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}