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