From a675e3e92808dcc014d2f0e25b8cea37e1a151fe Mon Sep 17 00:00:00 2001 From: shogo4405 Date: Fri, 29 Nov 2024 14:24:32 +0900 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b6b7edc4..04eea38e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } rootProject.ext["PUBLISH_GROUP_ID"] = "com.github.shogo4405" -rootProject.ext["PUBLISH_VERSION"] = "0.14.0" +rootProject.ext["PUBLISH_VERSION"] = "0.14.1" subprojects { apply(plugin = "org.jlleitschuh.gradle.ktlint")