Skip to content

Commit f045195

Browse files
ovitrifclaude
andcommitted
chore: update bindings for v0.7.0-rc.31
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 032ec70 commit f045195

9 files changed

Lines changed: 437 additions & 412 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ swift.swiftdoc
2424
# Ignore LDKNodeFFI.xcframework files
2525
/bindings/swift/LDKNodeFFI.xcframework
2626

27+
# Build artifacts
28+
*.o
29+
*.a
30+
*.d
31+
2732
# IDE and local files
2833
.idea
2934
.build

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let tag = "v0.7.0-rc.31"
7-
let checksum = "61f686901875529cb54850846283ce709e17b2500a1728b51d629ad03298a641"
7+
let checksum = "aa189d355dc048664652832747f9236eddd97cdf78eb1659d7def06eae72b9b4"
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
@@ -3,4 +3,4 @@ android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
55
group=com.synonym
6-
version=0.7.0-rc.30
6+
version=0.7.0-rc.31

0 commit comments

Comments
 (0)