File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments