From c7be8371174247ea92b34edb15ac6e9c2633aff0 Mon Sep 17 00:00:00 2001 From: pm47 Date: Mon, 25 Mar 2024 18:25:42 +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 f061787..2ff1a34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.2" + version = "0.1.3-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.