File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add this dependency to your project's POM:
2525 <dependency >
2626 <groupId >co.unit</groupId >
2727 <artifactId >java-sdk</artifactId >
28- <version >0.1.2 </version >
28+ <version >0.2.0 </version >
2929 </dependency >
3030</dependencies >
3131```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55
66group = ' co.unit.sdk'
7- version = ' 0.1.2 '
7+ version = ' 0.2.0 '
88
99buildscript {
1010 repositories {
@@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
9191 maven(MavenPublication ) {
9292 groupId = ' co.unit'
9393 artifactId = ' java-sdk'
94- version = ' 0.1.2 '
94+ version = ' 0.2.0 '
9595 from components. java
9696
9797 pom {
Original file line number Diff line number Diff line change 55 <artifactId >openapi-java-client</artifactId >
66 <packaging >jar</packaging >
77 <name >openapi-java-client</name >
8- <version >0.1.2 </version >
8+ <version >0.2.0 </version >
99 <url >https://github.com/openapitools/openapi-generator</url >
1010 <description >OpenAPI Java</description >
1111 <scm >
You can’t perform that action at this time.
0 commit comments