Skip to content

Commit

Permalink
ffi: bump to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 1, 2023
1 parent ef1c988 commit 1014a0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.0.4
libraryVersion=0.0.5
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.0.4',
version='0.0.5',
description="Rust implementation of Nostr protocol.",
long_description=long_description,
long_description_content_type='text/markdown',
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 @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.0.4
libraryVersion=0.0.5
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.0.4',
version='0.0.5',
description="High level client library.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
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 @@ -77,5 +77,5 @@
Add the following to the dependencies array in your `Package.swift`:

``` swift
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.0.4"),
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.0.5"),
```
2 changes: 1 addition & 1 deletion book/src/nostr/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
Add the following to the dependencies array in your `Package.swift`:

``` swift
.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.0.4"),
.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.0.5"),
```

Import the library in your code:
Expand Down

0 comments on commit 1014a0b

Please sign in to comment.