From 722eb880f468a6603074569879828defc812bd73 Mon Sep 17 00:00:00 2001 From: Keval Date: Fri, 14 Apr 2017 19:28:17 +0530 Subject: [PATCH] Releasing v1.1 --- README.md | 2 +- bintray.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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