From 59c6dd8ea0f69a2981d1177988f5708ceaf5f291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20G=C3=B3mez=20S=C3=A1nchez?= Date: Wed, 26 Jul 2017 09:03:59 +0200 Subject: [PATCH] Prepare release 1.1.0 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1312bfa..5908b7b 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.0.7' + compile 'com.github.pedrovgs:lynx:1.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index e51ac2f..9af0695 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ POM_NAME=Lynx POM_ARTIFACT_ID=lynx POM_PACKAGING=aar -VERSION_NAME=1.0.9-SNAPSHOT -VERSION_CODE=010009 +VERSION_NAME=1.1.0 +VERSION_CODE=010100 GROUP=com.github.pedrovgs POM_DESCRIPTION=Android library created to show a custom view with all the information logcat is printing.