From 6845a31e6129a48e311b49402a5cc3b9bf887df2 Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 16 May 2024 18:19:10 +0200 Subject: [PATCH] Set version to 0.1.5 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 966f59f..8aed5a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.1.5-SNAPSHOT" + version = "0.1.5" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.