Skip to content

Commit 587713b

Browse files
committed
Bump to 0.4.1
1 parent 8b52580 commit 587713b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
8383
**Gradle:**
8484

8585
```groovy
86-
compile 'io.tus.java.client:tus-java-client:0.4.0'
86+
compile 'io.tus.java.client:tus-java-client:0.4.1'
8787
```
8888

8989
**Maven:**
@@ -92,7 +92,7 @@ compile 'io.tus.java.client:tus-java-client:0.4.0'
9292
<dependency>
9393
<groupId>io.tus.java.client</groupId>
9494
<artifactId>tus-java-client</artifactId>
95-
<version>0.4.0</version>
95+
<version>0.4.1</version>
9696
</dependency>
9797
```
9898

0 commit comments

Comments
 (0)