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