Skip to content

Commit c8b5df9

Browse files
committed
js: bump to v0.6.1
1 parent feca71f commit c8b5df9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/nostr-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rust-nostr/nostr",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Nostr protocol implementation",
55
"keywords": [
66
"nostr",

bindings/nostr-sdk-js/examples/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@rust-nostr/nostr-sdk": "^0.6.0",
6+
"@rust-nostr/nostr-sdk": "^0.6.1",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0",
99
"react-scripts": "5.0.1",

bindings/nostr-sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rust-nostr/nostr-sdk",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "High level Nostr client library.",
55
"keywords": [
66
"nostr",

0 commit comments

Comments
 (0)