Skip to content

Commit 65f73c6

Browse files
author
Marius Kleidl
committed
0.5.1
1 parent 47d6255 commit 65f73c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Maven Central Repo](https://centra
8383
**Gradle:**
8484

8585
```groovy
86-
implementation 'io.tus.java.client:tus-java-client:0.5.0'
86+
implementation 'io.tus.java.client:tus-java-client:0.5.1'
8787
```
8888

8989
**Maven:**
@@ -92,7 +92,7 @@ implementation 'io.tus.java.client:tus-java-client:0.5.0'
9292
<dependency>
9393
<groupId>io.tus.java.client</groupId>
9494
<artifactId>tus-java-client</artifactId>
95-
<version>0.5.0</version>
95+
<version>0.5.1</version>
9696
</dependency>
9797
```
9898

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
versionNumber='0.5.0'
1+
versionNumber='0.5.1'

0 commit comments

Comments
 (0)