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 67de05c commit 0c614ccCopy full SHA for 0c614cc
README.md
@@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Maven Central Repo](https://search
83
**Gradle:**
84
85
```groovy
86
-implementation 'io.tus.java.client:tus-java-client:0.4.5'
+implementation 'io.tus.java.client:tus-java-client:0.5.0'
87
```
88
89
**Maven:**
@@ -92,7 +92,7 @@ implementation 'io.tus.java.client:tus-java-client:0.4.5'
92
<dependency>
93
<groupId>io.tus.java.client</groupId>
94
<artifactId>tus-java-client</artifactId>
95
- <version>0.4.5</version>
+ <version>0.5.0</version>
96
</dependency>
97
98
0 commit comments