From b735020e66daa01512e8fb2f47274b25916b207e Mon Sep 17 00:00:00 2001 From: pm47 Date: Thu, 18 Jul 2024 14:18:23 +0200 Subject: [PATCH] Set version to 0.3.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8165fa..11d6308 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.3.1-SNAPSHOT" + version = "0.3.1" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.