Set version to 0.1.4

This commit is contained in:
pm47 2024-04-10 16:48:15 +02:00
parent 5e1ab0d5d9
commit 04bd430c48
No known key found for this signature in database
GPG Key ID: E434ED292E85643A

View File

@ -21,7 +21,7 @@ plugins {
allprojects { allprojects {
group = "fr.acinq.lightning" group = "fr.acinq.lightning"
version = "0.1.4-SNAPSHOT" version = "0.1.4"
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.