Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Jun 21, 2018
1 parent f1f2507 commit 8615389
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 @@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
**Gradle:**

```groovy
compile 'io.tus.android.client:tus-android-client:0.1.5'
compile 'io.tus.android.client:tus-android-client:0.1.6'
```

**Maven:**
Expand All @@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.5'
<dependency>
<groupId>io.tus.android.client</groupId>
<artifactId>tus-android-client</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</dependency>
```

Expand Down

0 comments on commit 8615389

Please sign in to comment.