Skip to content

Commit 90cab7b

Browse files
authored
Merge pull request #21 from synonymdev/release-v0.6.2-rc.7
Update version to v0.6.2-rc.7
2 parents 029c8fa + 4239499 commit 90cab7b

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.6.2-rc.6"
3+
version = "0.6.2-rc.7"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let tag = "v0.6.2-rc.6"
7-
let checksum = "773ba825996ce8612fd3079e5f3c3ff0099f8511f4857e7e5aaafbfb3509c302"
6+
let tag = "v0.6.2-rc.7"
7+
let checksum = "9b8ac5fd19f82f4910031de20ff77f42ee72257eacb43cceba673595230d625b"
88
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

1010
let package = Package(

bindings/kotlin/ldk-node-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.6.2-rc.6
5+
libraryVersion=0.6.2-rc.7
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)