Bump versions

This commit is contained in:
Jon Staab
2024-12-11 16:46:11 -08:00
parent 0fcb2482d8
commit 79d3996a5a
10 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.10",
"version": "0.0.11",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for building nostr DVMs.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.40",
"@welshman/lib": "~0.0.29",
"@welshman/net": "~0.0.41",
"@welshman/util": "~0.0.48",
"nostr-tools": "^2.7.2"
}