From 3f1a64a4e19e2941b2637b372259c7d36fce34cc Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 10 Apr 2024 17:37:50 +0200 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 478a80c..966f59f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.4" + version = "0.1.5-SNAPSHOT" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.