From 310fd6764e012e539f232adff1854af13840d2ac Mon Sep 17 00:00:00 2001 From: pedrovgs Date: Sun, 15 Feb 2015 13:14:15 +0100 Subject: [PATCH] Update README.md with Release 1.1 information --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cee16b..729d6c4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Add Lynx dependency to your build.gradle ```groovy dependencies{ - compile 'com.github.pedrovgs:lynx:1.0' + compile 'com.github.pedrovgs:lynx:1.1' } ``` @@ -105,7 +105,7 @@ Or add Lynx as a new dependency inside your pom.xml com.github.pedrovgs lynx - 1.0 + 1.1 aar