From 2704733b726ba4bd6ceb7d1d6a1f8bf829512ad8 Mon Sep 17 00:00:00 2001 From: Takahiro Menju Date: Sat, 21 Sep 2024 12:26:53 +0900 Subject: [PATCH] 0.3.0 --- convention-plugins/src/main/kotlin/root.publication.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index f6f2805..aab9080 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -6,7 +6,7 @@ plugins { allprojects { group = "io.github.takahirom.rin" - version = "0.2.0" + version = "0.3.0" } nexusPublishing {