We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b5492 commit c5c4264Copy full SHA for c5c4264
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 0.1 - Jun 22, 2023
+# 0.1.0 - Jun 22, 2023
2
This is the first non-experimental release of LDK Node.
3
4
- Log files are now split based on the start date of the node (#116).
bindings/kotlin/ldk-node-android/gradle.properties
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
5
-libraryVersion=0.1
+libraryVersion=0.1.0
bindings/kotlin/ldk-node-jvm/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536m
0 commit comments