From 35efa912135d58ef53444f24944631366b9a793f Mon Sep 17 00:00:00 2001 From: Ivan Carballo Date: Thu, 3 Jul 2014 12:52:54 +0100 Subject: [PATCH] Update README with version 1.1.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fe2ded..c936c65 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Setup #### 1. Gradle ```groovy dependencies { - compile 'uk.co.ribot:easyadapter:1.0.1' + compile 'uk.co.ribot:easyadapter:1.1.+' } ``` #### 2. Maven @@ -23,12 +23,12 @@ dependencies { uk.co.ribot easyadapter - 1.0.1 + 1.1.0 ``` #### 3. Manual -Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.0.1.jar)__ +Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.1.0.jar)__ Examples --------------