Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 29, 2018
1 parent 8b52580 commit 587713b
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 @@ -83,7 +83,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.4.0'
compile 'io.tus.java.client:tus-java-client:0.4.1'
```

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

Expand Down

0 comments on commit 587713b

Please sign in to comment.