From b1f2de282f534a2f63c3d3ce1fac452631699fc4 Mon Sep 17 00:00:00 2001 From: pedrovgs Date: Sun, 1 Mar 2015 21:20:49 +0100 Subject: [PATCH] Perform Release 1.3 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e0d179..9ba65bb 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.2' + compile 'com.github.pedrovgs:lynx:1.3' } ``` @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml com.github.pedrovgs lynx - 1.2 + 1.3 aar diff --git a/gradle.properties b/gradle.properties index 38d1b60..e5e1c96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Lynx POM_ARTIFACT_ID=lynx POM_PACKAGING=aar -VERSION_NAME=1.3-SNAPSHOT +VERSION_NAME=1.3 VERSION_CODE=4 GROUP=com.github.pedrovgs