Skip to content

Commit

Permalink
Update README to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored May 20, 2018
1 parent a3ef5ec commit 48034f4
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 @@ -76,7 +76,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
**Gradle:**

```groovy
compile 'io.tus.java.client:tus-java-client:0.3.2'
compile 'io.tus.java.client:tus-java-client:0.4.0'
```

**Maven:**
Expand All @@ -85,7 +85,7 @@ compile 'io.tus.java.client:tus-java-client:0.3.2'
<dependency>
<groupId>io.tus.java.client</groupId>
<artifactId>tus-java-client</artifactId>
<version>0.3.2</version>
<version>0.4.0</version>
</dependency>
```

Expand Down

0 comments on commit 48034f4

Please sign in to comment.