From 4170fbd1928288a0f29fe15651cf745a08a4a30c Mon Sep 17 00:00:00 2001 From: Peefy Date: Wed, 26 Nov 2025 22:10:25 +0800 Subject: [PATCH] chore: bump kcl java and kotlin lib version without snapshot Signed-off-by: Peefy --- README.md | 4 ++-- java/README.md | 2 +- java/pom.xml | 2 +- kotlin/README.md | 2 +- kotlin/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8eb00f..7ac7f2a 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib - 0.12.0-SNAPSHOT + 0.12.0 ``` @@ -197,7 +197,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib - 0.12.0-SNAPSHOT + 0.12.0 ``` diff --git a/java/README.md b/java/README.md index 7a38858..9a0111c 100644 --- a/java/README.md +++ b/java/README.md @@ -26,7 +26,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib - 0.12.0-SNAPSHOT + 0.12.0 ``` diff --git a/java/pom.xml b/java/pom.xml index 0b3c4e8..6d3eaae 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -5,7 +5,7 @@ com.kcl kcl-lib - 0.12.0-SNAPSHOT + 0.12.0 KCL Arifact Library for Java KCL is an open-source constraint-based record and functional language mainly diff --git a/kotlin/README.md b/kotlin/README.md index 83e721a..920dbaf 100644 --- a/kotlin/README.md +++ b/kotlin/README.md @@ -26,7 +26,7 @@ This way you'll be able to import the above dependency to use the SDK. com.kcl kcl-lib-kotlin - 0.12.0-SNAPSHOT + 0.12.0 ``` diff --git a/kotlin/pom.xml b/kotlin/pom.xml index d93e82b..8658e8a 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -5,7 +5,7 @@ com.kcl kcl-lib-kotlin - 0.12.0-SNAPSHOT + 0.12.0 KCL Arifact Library for Kotlin KCL is an open-source constraint-based record and functional language mainly