diff --git a/README.md b/README.md index 94946d1..ad97009 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This library provide easy and secure PIN authentication view, which * Add below lines to `app/build.gradle` file of your project. ``` dependencies { - compile 'com.kevalpatel2106:passcodeview:1.0' + compile 'com.kevalpatel2106:passcodeview:1.1' } ``` * To integrate using maven visit this [page](https://github.com/kevalpatel2106/PasscodeView/wiki/Dependencies). diff --git a/bintray.gradle b/bintray.gradle index 61d2605..2baea4b 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -18,7 +18,7 @@ if (project.rootProject.file('local.properties').exists()) { apply plugin: 'com.jfrog.bintray' - version = "1.0" // This is the library version used when deploying the artifact + version = "1.1" // This is the library version used when deploying the artifact def siteUrl = 'https://github.com/kevalpatel2106/PasscodeView' // Homepage URL of the library