Skip to content

Commit

Permalink
ffi: bump to v0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
  • Loading branch information
yukibtc committed May 17, 2024
1 parent e3c7d99 commit d78ba3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bindings/nostr-ffi/bindings-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.warning.mode=all
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.11.0
libraryVersion=0.12.0
4 changes: 2 additions & 2 deletions bindings/nostr-ffi/bindings-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setup(
name='nostr-protocol',
version='0.11.0',
description="Rust implementation of Nostr protocol.",
version='0.12.0',
description="Nostr protocol implementation",
long_description=long_description,
long_description_content_type='text/markdown',
include_package_data = True,
Expand Down
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/bindings-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.warning.mode=all
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.11.0
libraryVersion=0.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ afterEvaluate {
from(components["release"])
pom {
name.set("nostr-sdk")
description.set("Nostr high level client library.")
description.set("High level Nostr client library.")
url.set("https://rust-nostr.org")
licenses {
license {
Expand Down
4 changes: 2 additions & 2 deletions bindings/nostr-sdk-ffi/bindings-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

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

0 comments on commit d78ba3c

Please sign in to comment.