From 490e0b4230234a0cba87954563b8f0bc39a37923 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 27 Dec 2015 19:20:13 +0100 Subject: [PATCH] Update versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a77fec..fac0e21 100644 --- a/README.md +++ b/README.md @@ -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:** @@ -68,7 +68,7 @@ compile 'io.tus.java.client:tus-java-client:0.1.1' io.tus.java.client tus-java-client - 0.1.1 + 0.1.4 ```