Skip to content

Commit 48034f4

Browse files
authored
Update README to 0.4.0
1 parent a3ef5ec commit 48034f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
7676
**Gradle:**
7777

7878
```groovy
79-
compile 'io.tus.java.client:tus-java-client:0.3.2'
79+
compile 'io.tus.java.client:tus-java-client:0.4.0'
8080
```
8181

8282
**Maven:**
@@ -85,7 +85,7 @@ compile 'io.tus.java.client:tus-java-client:0.3.2'
8585
<dependency>
8686
<groupId>io.tus.java.client</groupId>
8787
<artifactId>tus-java-client</artifactId>
88-
<version>0.3.2</version>
88+
<version>0.4.0</version>
8989
</dependency>
9090
```
9191

0 commit comments

Comments
 (0)