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