Skip to content

Commit bdfe8c0

Browse files
committed
Merge branch 'develop' into release-2
2 parents 55b0c9c + c1a1fd3 commit bdfe8c0

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[OST KYC JAVA SDK v2.0.3](https://github.com/ostdotcom/ost-kyc-sdk-java/tree/v2.0.3) February 28 2019
2+
---
3+
4+
* Repository moved from OpenStFoundation to ostdotcom and related Readme Updated.
5+
16
[OST KYC JAVA SDK v2.0.2](https://github.com/ostdotcom/ost-kyc-sdk-java/tree/v2.0.2) December 21 2018
27
---
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use this node module, developers will need to:
2222
<dependency>
2323
<groupId>com.ost</groupId>
2424
<artifactId>ost-kyc-sdk-java</artifactId>
25-
<version>2.0.2</version>
25+
<version>2.0.3</version>
2626
</dependency>
2727
```
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.ost</groupId>
55
<artifactId>ost-kyc-sdk-java</artifactId>
6-
<version>2.0.2</version>
6+
<version>2.0.3</version>
77
<name>OST KYC SDK for Java</name>
88
<description>The official OST KYC SDK for Java(https://dev.ost.com/docs/kyc/index.html).</description>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)