Skip to content

Commit 865975d

Browse files
committed
Release 0.3.1
1 parent e048ac5 commit 865975d

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.0'
79+
compile 'io.tus.java.client:tus-java-client:0.3.1'
8080
```
8181

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

0 commit comments

Comments
 (0)