Skip to content

Commit

Permalink
ffi: bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 5, 2024
1 parent e25d405 commit fb18716
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.6.0
libraryVersion=0.7.0
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.6.0',
version='0.7.0',
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.6.0
libraryVersion=0.7.0
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.6.0',
version='0.7.0',
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/protocol/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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.6.0"),
.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.7.0"),
```

Import the library in your code:
Expand Down
2 changes: 1 addition & 1 deletion book/src/sdk/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,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.6.0"),
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.7.0"),
```

0 comments on commit fb18716

Please sign in to comment.