Skip to content

Commit 61ed1ce

Browse files
committed
v0.3.2
1 parent 05c3b6f commit 61ed1ce

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

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

0 commit comments

Comments
 (0)