Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Sep 29, 2018
1 parent b8de83b commit 2f4a713
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.6'
compile 'io.tus.android.client:tus-android-client:0.1.7'
```

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

Expand Down

0 comments on commit 2f4a713

Please sign in to comment.