diff --git a/README.md b/README.md index 2c92c14f..56461c7b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This library is available through jCenter. Gradle: ```groovy -compile 'com.stephentuso:welcome:1.1.1' +compile 'com.stephentuso:welcome:1.2.1' ``` If you use proguard, add the following to your proguard rules diff --git a/gradle.properties b/gradle.properties index 5a55208c..ce7fda81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true GROUP=com.stephentuso -VERSION_NAME=1.1.1 -VERSION_CODE=21 +VERSION_NAME=1.2.1 +VERSION_CODE=22 LIBRARY_PACKAGING=aar LIBRARY_NAME=welcome