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 2b0d0a3 commit 88fb58cCopy full SHA for 88fb58c
README.md
@@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
83
**Gradle:**
84
85
```groovy
86
-compile 'io.tus.java.client:tus-java-client:0.4.2'
+compile 'io.tus.java.client:tus-java-client:0.4.3'
87
```
88
89
**Maven:**
@@ -92,7 +92,7 @@ compile 'io.tus.java.client:tus-java-client:0.4.2'
92
<dependency>
93
<groupId>io.tus.java.client</groupId>
94
<artifactId>tus-java-client</artifactId>
95
- <version>0.4.2</version>
+ <version>0.4.3</version>
96
</dependency>
97
98
0 commit comments