From 7488929116ccffdb45d4b8569796bc28875eb01f Mon Sep 17 00:00:00 2001 From: pm47 Date: Wed, 28 Aug 2024 17:02:43 +0200 Subject: [PATCH] Set version to 0.3.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 143009b..d40b003 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { allprojects { group = "fr.acinq.lightning" - version = "0.3.4-SNAPSHOT" + version = "0.3.4" repositories { // using the local maven repository with Kotlin Multi Platform can lead to build errors that are hard to diagnose.