We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fdafe commit 490e0b4Copy full SHA for 490e0b4
1 file changed
README.md
@@ -59,7 +59,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
59
**Gradle:**
60
61
```groovy
62
-compile 'io.tus.java.client:tus-java-client:0.1.1'
+compile 'io.tus.java.client:tus-java-client:0.1.4'
63
```
64
65
**Maven:**
@@ -68,7 +68,7 @@ compile 'io.tus.java.client:tus-java-client:0.1.1'
68
<dependency>
69
<groupId>io.tus.java.client</groupId>
70
<artifactId>tus-java-client</artifactId>
71
- <version>0.1.1</version>
+ <version>0.1.4</version>
72
</dependency>
73
74
0 commit comments