Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Checketts committed Jul 7, 2017
1 parent e72c599 commit c3a2ac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,2 +1,5 @@
### 0.2.0 (2017-07-07)
* BUGFIX - Close streams

### 0.1.0 (2017-03-02)
* Initial release
* Initial release
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,14 +56,14 @@ Maven:
<dependency>
<groupId>com.domo</groupId>
<artifactId>domo-java-sdk-all</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Gradle:

```groovy
compile 'com.domo:domo-java-sdk-all:0.1.0'
compile 'com.domo:domo-java-sdk-all:0.2.0'
```

Classic Jar Import:
Expand Down

0 comments on commit c3a2ac9

Please sign in to comment.