From e2fc9b748c20c77c484cd50b3610394144f5212b Mon Sep 17 00:00:00 2001 From: Takahiro Menju Date: Wed, 31 Jul 2024 12:08:21 +0900 Subject: [PATCH] 0.2.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 c3dc12c..8a452b5 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "io.github.takahirom.robospec" - version = "0.1.0" + version = "0.2.0" } nexusPublishing {