We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.6.1
1 parent feca71f commit c8b5df9Copy full SHA for c8b5df9
bindings/nostr-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rust-nostr/nostr",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "Nostr protocol implementation",
5
"keywords": [
6
"nostr",
bindings/nostr-sdk-js/examples/webapp/package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@rust-nostr/nostr-sdk": "^0.6.0",
+ "@rust-nostr/nostr-sdk": "^0.6.1",
7
"react": "^18.2.0",
8
"react-dom": "^18.2.0",
9
"react-scripts": "5.0.1",
bindings/nostr-sdk-js/package.json
"name": "@rust-nostr/nostr-sdk",
"description": "High level Nostr client library.",
0 commit comments