From 871e7a7ea47d368bab4c1991a6491a818e0d6ef3 Mon Sep 17 00:00:00 2001 From: pedrovgs Date: Mon, 2 Nov 2015 20:27:57 +0100 Subject: [PATCH] Prepare release 1.6 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 944efc0..d425463 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Add Lynx dependency to your build.gradle ```groovy dependencies{ - compile 'com.github.pedrovgs:lynx:1.5' + compile 'com.github.pedrovgs:lynx:1.6' } ``` @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml com.github.pedrovgs lynx - 1.5 + 1.6 aar diff --git a/gradle.properties b/gradle.properties index 9878465..bd784df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Lynx POM_ARTIFACT_ID=lynx POM_PACKAGING=aar -VERSION_NAME=1.6-SNAPSHOT +VERSION_NAME=1.6 VERSION_CODE=7 GROUP=com.github.pedrovgs