Skip to content

Commit

Permalink
Update README for version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Nov 26, 2021
1 parent 5c6f6f5 commit 132516a
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.3'
compile 'io.tus.java.client:tus-java-client:0.4.4'
```

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

Expand Down

0 comments on commit 132516a

Please sign in to comment.