Bump versions

This commit is contained in:
Jon Staab
2025-05-06 10:31:41 -07:00
parent 9e8dc7b26d
commit 44089c063e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.2.0",
"version": "0.2.1",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -32,6 +32,6 @@
"typescript": "~5.8.0"
},
"peerDependencies": {
"nostr-signer-capacitor-plugin": "^0.0.3"
"nostr-signer-capacitor-plugin": "~0.0.4"
}
}