Skip to content

Commit d553a48

Browse files
authored
Update to 0.1.2 (unit-finance#38)
1 parent f468f38 commit d553a48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0</version>
28+
<version>0.1.2</version>
2929
</dependency>
3030
</dependencies>
3131
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'co.unit.sdk'
7-
version = '0.1.0'
7+
version = '0.1.2'
88

99
buildscript {
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.0'
94+
version = '0.1.2'
9595
from components.java
9696

9797
pom {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "unit",
44
name := "unit-java-client",
5-
version := "0.1.0",
5+
version := "0.1.2",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>openapi-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>openapi-java-client</name>
8-
<version>0.1.0</version>
8+
<version>0.1.2</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

0 commit comments

Comments
 (0)