Skip to content

Commit 722eb88

Browse files
author
Keval
committed
Releasing v1.1
1 parent fd8f714 commit 722eb88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This library provide easy and secure PIN authentication view, which
3030
* Add below lines to `app/build.gradle` file of your project.
3131
```
3232
dependencies {
33-
compile 'com.kevalpatel2106:passcodeview:1.0'
33+
compile 'com.kevalpatel2106:passcodeview:1.1'
3434
}
3535
```
3636
* To integrate using maven visit this [page](https://github.com/kevalpatel2106/PasscodeView/wiki/Dependencies).

bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if (project.rootProject.file('local.properties').exists()) {
1919
apply plugin: 'com.jfrog.bintray'
2020

21-
version = "1.0" // This is the library version used when deploying the artifact
21+
version = "1.1" // This is the library version used when deploying the artifact
2222

2323
def siteUrl = 'https://github.com/kevalpatel2106/PasscodeView'
2424
// Homepage URL of the library

0 commit comments

Comments
 (0)