Skip to content

Commit f9010ee

Browse files
committed
ffi: bump to v0.32.2
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 561f43f commit f9010ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bindings/nostr-sdk-ffi/bindings-android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mavenPublishing {
5454

5555
signAllPublications()
5656

57-
coordinates("org.rust-nostr", "nostr-sdk", "0.32.1")
57+
coordinates("org.rust-nostr", "nostr-sdk", "0.32.2")
5858

5959
pom {
6060
name.set("nostr-sdk")

bindings/nostr-sdk-ffi/bindings-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='nostr-sdk',
11-
version='0.32.1',
11+
version='0.32.2',
1212
description="High level Nostr client library.",
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip install nostr-sdk
4343
Alternatively, you can manually add the dependency in your `requrements.txt`, `setup.py`, etc.:
4444

4545
```
46-
nostr-sdk==0.32.1
46+
nostr-sdk==0.32.2
4747
```
4848

4949
Import the library in your code:
@@ -152,7 +152,7 @@ repositories {
152152
}
153153

154154
dependencies {
155-
implementation("org.rust-nostr:nostr-sdk:0.32.1")
155+
implementation("org.rust-nostr:nostr-sdk:0.32.2")
156156
}
157157
```
158158

@@ -202,7 +202,7 @@ as a package dependency in Xcode.
202202
Add the following to the dependencies array in your `Package.swift`:
203203

204204
``` swift
205-
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.32.1"),
205+
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.32.2"),
206206
```
207207

208208
</section>

0 commit comments

Comments
 (0)