Skip to content

Commit feca71f

Browse files
committed
ffi: bump to v0.7.1
1 parent 8150ce8 commit feca71f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bindings/nostr-ffi/bindings-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
libraryVersion=0.7.0
5+
libraryVersion=0.7.1

bindings/nostr-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-protocol',
11-
version='0.7.0',
11+
version='0.7.1',
1212
description="Rust implementation of Nostr protocol.",
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

bindings/nostr-sdk-ffi/bindings-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
libraryVersion=0.7.0
5+
libraryVersion=0.7.1

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.7.0',
11+
version='0.7.1',
1212
description="High level client library.",
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

book/src/protocol/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
Add the following to the dependencies array in your `Package.swift`:
102102

103103
``` swift
104-
.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.7.0"),
104+
.package(url: "https://github.com/rust-nostr/nostr-swift.git", from: "0.7.1"),
105105
```
106106

107107
Import the library in your code:

book/src/sdk/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
Add the following to the dependencies array in your `Package.swift`:
9090

9191
``` swift
92-
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.7.0"),
92+
.package(url: "https://github.com/rust-nostr/nostr-sdk-swift.git", from: "0.7.1"),
9393
```

0 commit comments

Comments
 (0)