Skip to content

Commit 84f7d44

Browse files
authored
Merge pull request #257 from kcl-lang/chore-bump-kcl-java-and-kotlin-lib-version-without-snapshot
chore: bump kcl java and kotlin lib version without snapshot
2 parents defce21 + 4170fbd commit 84f7d44

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This way you'll be able to import the above dependency to use the SDK.
9595
<dependency>
9696
<groupId>com.kcl</groupId>
9797
<artifactId>kcl-lib</artifactId>
98-
<version>0.12.0-SNAPSHOT</version>
98+
<version>0.12.0</version>
9999
</dependency>
100100
```
101101

@@ -197,7 +197,7 @@ This way you'll be able to import the above dependency to use the SDK.
197197
<dependency>
198198
<groupId>com.kcl</groupId>
199199
<artifactId>kcl-lib</artifactId>
200-
<version>0.12.0-SNAPSHOT</version>
200+
<version>0.12.0</version>
201201
</dependency>
202202
```
203203

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This way you'll be able to import the above dependency to use the SDK.
2626
<dependency>
2727
<groupId>com.kcl</groupId>
2828
<artifactId>kcl-lib</artifactId>
29-
<version>0.12.0-SNAPSHOT</version>
29+
<version>0.12.0</version>
3030
</dependency>
3131
```
3232

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.kcl</groupId>
77
<artifactId>kcl-lib</artifactId>
8-
<version>0.12.0-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
<name>KCL Arifact Library for Java</name>
1010
<description>
1111
KCL is an open-source constraint-based record and functional language mainly

kotlin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This way you'll be able to import the above dependency to use the SDK.
2626
<dependency>
2727
<groupId>com.kcl</groupId>
2828
<artifactId>kcl-lib-kotlin</artifactId>
29-
<version>0.12.0-SNAPSHOT</version>
29+
<version>0.12.0</version>
3030
</dependency>
3131
```
3232

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.kcl</groupId>
77
<artifactId>kcl-lib-kotlin</artifactId>
8-
<version>0.12.0-SNAPSHOT</version>
8+
<version>0.12.0</version>
99
<name>KCL Arifact Library for Kotlin</name>
1010
<description>
1111
KCL is an open-source constraint-based record and functional language mainly

0 commit comments

Comments
 (0)