From 09ded7a4ccc2356d67446e5bf23f854bfe0114c7 Mon Sep 17 00:00:00 2001 From: kigawa Date: Wed, 13 Aug 2025 21:53:33 +0900 Subject: [PATCH] refactor: clean up unused imports, simplify `div.component` structure in `SampleComponent`, and add `component` import in `Sub` --- 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 b9a60c1..4d734b2 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 { object Conf { const val GROUP = "net.kigawa" // Base version - will be modified based on branch name if available - const val BASE_VERSION = "1.0.1" + const val BASE_VERSION = "1.2.1" } // Determine version based on branch name