From 414aa56bfa15c0b215ed89d0b96fd6c43cd8c1e3 Mon Sep 17 00:00:00 2001 From: pm47 Date: Mon, 25 Mar 2024 17:53:43 +0100 Subject: [PATCH] Set version to 0.1.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f976c1f..f061787 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.2-SNAPSHOT" + version = "0.1.2" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.