Skip to content

Commit

Permalink
feat: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorZh committed Nov 20, 2024
1 parent a9454ad commit de5de48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>co.unit</groupId>
<artifactId>java-sdk</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'co.unit.sdk'
version = '0.1.2'
version = '0.2.0'

buildscript {
repositories {
Expand Down Expand Up @@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
maven(MavenPublication) {
groupId = 'co.unit'
artifactId = 'java-sdk'
version = '0.1.2'
version = '0.2.0'
from components.java

pom {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>openapi-java-client</artifactId>
<packaging>jar</packaging>
<name>openapi-java-client</name>
<version>0.1.2</version>
<version>0.2.0</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down

0 comments on commit de5de48

Please sign in to comment.