Skip to content

Commit

Permalink
ffi: bump to v0.32.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Jun 7, 2024
1 parent 58ce4ef commit 042c6a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/nostr-ffi/bindings-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mavenPublishing {

signAllPublications()

coordinates("org.rust-nostr", "nostr", "0.32.0")
coordinates("org.rust-nostr", "nostr", "0.32.1")

pom {
name.set("nostr")
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-ffi/bindings-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='nostr-protocol',
version='0.32.0',
version='0.32.1',
description="Nostr protocol implementation",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mavenPublishing {

signAllPublications()

coordinates("org.rust-nostr", "nostr-sdk", "0.32.0")
coordinates("org.rust-nostr", "nostr-sdk", "0.32.1")

pom {
name.set("nostr-sdk")
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/bindings-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='nostr-sdk',
version='0.32.0',
version='0.32.1',
description="High level Nostr client library.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 042c6a8

Please sign in to comment.