diff --git a/README.md b/README.md index 3a7095fc..0bc504c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ repositories { } dependencies { - compile 'uk.co.samuelwall:material-tap-target-prompt:1.1.0' + compile 'uk.co.samuelwall:material-tap-target-prompt:1.1.1' } ``` diff --git a/library/build.gradle b/library/build.gradle index b1d59eb7..537277a6 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'com.jfrog.bintray' // Maven Group ID for the artifact group = 'uk.co.samuelwall' -version = "1.1.0" +version = "1.1.1" android { compileSdkVersion 23 @@ -29,8 +29,8 @@ android { defaultConfig { minSdkVersion 7 targetSdkVersion 23 - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.1.1" } buildTypes { release { diff --git a/sample/build.gradle b/sample/build.gradle index 3fb84012..fd93840d 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -24,8 +24,8 @@ android { applicationId "uk.co.samuelwall.materialtaptargetprompt.sample" minSdkVersion 7 targetSdkVersion 23 - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.1.1" } buildTypes { release {