File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Java 8+ is required to use sdk. not support Java 8 below
3434<dependency >
3535 <groupId >cn.vika</groupId >
3636 <artifactId >vika-client</artifactId >
37- <version >1.0.0 </version >
37+ <version >1.0.1 </version >
3838</dependency >
3939```
4040
@@ -43,7 +43,7 @@ Java 8+ is required to use sdk. not support Java 8 below
4343``` groovy
4444dependencies {
4545 ... ...
46- implementation('cn.vika:vika-client:1.0.0 ')
46+ implementation('cn.vika:vika-client:1.0.1 ')
4747}
4848```
4949
Original file line number Diff line number Diff line change 1212 <url >https://github.com/vikadata/vika.java</url >
1313
1414 <properties >
15- <revision >1.0.1-SNAPSHOT </revision >
15+ <revision >1.0.1</revision >
1616 <java .version>1.8</java .version>
1717 <maven .compiler.source>${java.version} </maven .compiler.source>
1818 <maven .compiler.target>${java.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments