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