Skip to content

Commit bc24daf

Browse files
committed
js: bump to v0.32.1
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent aab96e3 commit bc24daf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.32.0",
3+
"version": "0.32.1",
44
"description": "Nostr protocol implementation",
55
"keywords": [
66
"nostr",

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.32.0",
3+
"version": "0.32.1",
44
"description": "High level Nostr client library.",
55
"keywords": [
66
"nostr",

book/src/nostr-sdk/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Alternatively, you can manually add the dependency in your `package.json` file:
100100
```json
101101
{
102102
"dependencies": {
103-
"@rust-nostr/nostr-sdk": "0.32.0"
103+
"@rust-nostr/nostr-sdk": "0.32.1"
104104
}
105105
}
106106
```

book/src/nostr/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Alternatively, you can manually add the dependency in your `package.json` file:
100100
```json
101101
{
102102
"dependencies": {
103-
"@rust-nostr/nostr": "0.32.0"
103+
"@rust-nostr/nostr": "0.32.1"
104104
}
105105
}
106106
```

0 commit comments

Comments
 (0)