From c407655494b25698d79f6a42b10084dbdf64a2ab Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Mon, 29 Dec 2025 11:21:37 -0500 Subject: [PATCH] bump version --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 046cbfe..4adb28a 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -4,7 +4,6 @@ plugins { } repositories { - // Use Maven Central for resolving dependencies. mavenCentral() } @@ -26,9 +25,10 @@ tasks.named("test") { useJUnitPlatform() } +val version = "0.2.0" mavenPublishing { - coordinates("io.github.aloussase", "configvalidator", "0.1.0") + coordinates("io.github.aloussase", "configvalidator", version) pom { name.set("Config Validator") description.set("Rule engine to validate configuration coming from different sources.") -- 2.43.0