Set version to 0.1.2

This commit is contained in:
pm47 2024-03-25 17:53:43 +01:00
parent 613610eb14
commit 414aa56bfa
No known key found for this signature in database
GPG Key ID: E434ED292E85643A

View File

@ -22,7 +22,7 @@ plugins {
allprojects { allprojects {
group = "fr.acinq.lightning" group = "fr.acinq.lightning"
version = "0.1.2-SNAPSHOT" version = "0.1.2"
repositories { repositories {
// using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose. // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.