File tree Expand file tree Collapse file tree 5 files changed +2800
-5
lines changed Expand file tree Collapse file tree 5 files changed +2800
-5
lines changed Original file line number Diff line number Diff line change 1
- # 0.1 - Jun 22, 2023
1
+ # 0.1.0 - Jun 22, 2023
2
2
This is the first non-experimental release of LDK Node.
3
3
4
4
- Log files are now split based on the start date of the node (#116 ).
Original file line number Diff line number Diff line change 3
3
4
4
import PackageDescription
5
5
6
- let tag = " 0.1 "
7
- let checksum = " d91403566498f01cdaaafc07a9360ef661151e64075c6d83bbce4c9b5bfa7cee "
6
+ let tag = " v0.1.0 "
7
+ let checksum = " 2ef0b46c84f7349e1940ff0b592be4dea9f2761a69d2bdad8f979dbef68fb1e8 "
8
8
let url = " https://github.com/lightningdevkit/ldk-node/releases/download/ \( tag) /LDKNodeFFI.xcframework.zip "
9
9
10
10
let package = Package (
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
4
kotlin.code.style =official
5
- libraryVersion =0.1
5
+ libraryVersion =0.1.0
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536m
2
2
kotlin.code.style =official
3
- libraryVersion =0.1
3
+ libraryVersion =0.1.0
You can’t perform that action at this time.
0 commit comments