Skip to content

Commit

Permalink
js: bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 15, 2024
1 parent 665cc1c commit fadaa46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/nostr-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rust-nostr/nostr",
"version": "0.6.1",
"version": "0.7.0",
"description": "Nostr protocol implementation",
"keywords": [
"nostr",
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-js/examples/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@rust-nostr/nostr-sdk": "^0.6.1",
"@rust-nostr/nostr-sdk": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rust-nostr/nostr-sdk",
"version": "0.6.1",
"version": "0.7.0",
"description": "High level Nostr client library.",
"keywords": [
"nostr",
Expand Down
2 changes: 1 addition & 1 deletion book/snippets/nostr/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@rust-nostr/nostr": "0.6.1"
"@rust-nostr/nostr": "0.7.0"
}
}
2 changes: 1 addition & 1 deletion book/src/nostr-sdk/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Alternatively, you can manually add the dependency in your `package.json` file:
```json
{
"dependencies": {
"@rust-nostr/nostr-sdk": "0.6.1"
"@rust-nostr/nostr-sdk": "0.7.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion book/src/nostr/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Alternatively, you can manually add the dependency in your `package.json` file:
```json
{
"dependencies": {
"@rust-nostr/nostr": "0.6.1"
"@rust-nostr/nostr": "0.7.0"
}
}
```
Expand Down

0 comments on commit fadaa46

Please sign in to comment.