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 47d6255 commit 65f73c6Copy full SHA for 65f73c6
README.md
@@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Maven Central Repo](https://centra
83
**Gradle:**
84
85
```groovy
86
-implementation 'io.tus.java.client:tus-java-client:0.5.0'
+implementation 'io.tus.java.client:tus-java-client:0.5.1'
87
```
88
89
**Maven:**
@@ -92,7 +92,7 @@ implementation 'io.tus.java.client:tus-java-client:0.5.0'
92
<dependency>
93
<groupId>io.tus.java.client</groupId>
94
<artifactId>tus-java-client</artifactId>
95
- <version>0.5.0</version>
+ <version>0.5.1</version>
96
</dependency>
97
98
src/main/resources/tus-java-client-version/version.properties
@@ -1 +1 @@
1
-versionNumber='0.5.0'
+versionNumber='0.5.1'
0 commit comments