Skip to content

Commit

Permalink
Bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Feb 2, 2021
1 parent 2b0d0a3 commit 88fb58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
**Gradle:**

```groovy
compile 'io.tus.java.client:tus-java-client:0.4.2'
compile 'io.tus.java.client:tus-java-client:0.4.3'
```

**Maven:**
Expand All @@ -92,7 +92,7 @@ compile 'io.tus.java.client:tus-java-client:0.4.2'
<dependency>
<groupId>io.tus.java.client</groupId>
<artifactId>tus-java-client</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down

0 comments on commit 88fb58c

Please sign in to comment.