From 029bd7c16232c0a963cef2bb111eab90a4cd3b09 Mon Sep 17 00:00:00 2001 From: pm47 Date: Mon, 25 Mar 2024 10:50:56 +0100 Subject: [PATCH] back to SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e5eac77..950b73a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.1" + version = "0.1.2-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.