From 2f4a7130bacc7a10974b7f42af6249702f52eef7 Mon Sep 17 00:00:00 2001 From: Acconut Date: Sat, 29 Sep 2018 23:09:28 +0100 Subject: [PATCH] Bump version to 0.1.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 256a247..f18df55 100644 --- a/README.md +++ b/README.md @@ -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:** @@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.6' io.tus.android.client tus-android-client - 0.1.6 + 0.1.7 ```