Skip to content

Commit

Permalink
Update version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micwan88 committed Sep 5, 2017
1 parent 8f50578 commit efcd3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ After that, add below dependency in your project pom file (please modify the ver
<dependency>
<groupId>mic.trade</groupId>
<artifactId>gatecoinapi4j</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<type>pom</type>
</dependency>
```
Expand All @@ -88,7 +88,7 @@ repositories {
dependencies {
//GatecoinApi4J
compile group: 'mic.trade', name: 'gatecoinapi4j', version: '1.0.1'
compile group: 'mic.trade', name: 'gatecoinapi4j', version: '1.0.2'
}
```

Expand Down

0 comments on commit efcd3c1

Please sign in to comment.