Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Dec 27, 2015
1 parent e4fdafe commit 490e0b4
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 @@ -59,7 +59,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.1.1'
compile 'io.tus.java.client:tus-java-client:0.1.4'
```

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

Expand Down

0 comments on commit 490e0b4

Please sign in to comment.