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 a3ef5ec commit 48034f4Copy full SHA for 48034f4
README.md
@@ -76,7 +76,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
76
**Gradle:**
77
78
```groovy
79
-compile 'io.tus.java.client:tus-java-client:0.3.2'
+compile 'io.tus.java.client:tus-java-client:0.4.0'
80
```
81
82
**Maven:**
@@ -85,7 +85,7 @@ compile 'io.tus.java.client:tus-java-client:0.3.2'
85
<dependency>
86
<groupId>io.tus.java.client</groupId>
87
<artifactId>tus-java-client</artifactId>
88
- <version>0.3.2</version>
+ <version>0.4.0</version>
89
</dependency>
90
91
0 commit comments