Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalpatel2106 committed Feb 6, 2018
1 parent 090391d commit 7be2076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This library provides easy and secure PIN authentication view, which
* Add below lines to `app/build.gradle` file of your project.
```
dependencies {
compile 'com.kevalpatel2106:passcodeview:1.2'
compile 'com.kevalpatel2106:passcodeview:1.2.1'
}
```
* To integrate using maven visit this [page](https://github.com/kevalpatel2106/PasscodeView/wiki/Dependencies).
Expand Down
4 changes: 2 additions & 2 deletions bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if (project.rootProject.file('local.properties').exists()) {
apply plugin: 'com.jfrog.bintray'

version = "1.2" // This is the library version used when deploying the artifact
version = "1.2.1" // This is the library version used when deploying the artifact

def siteUrl = 'https://github.com/kevalpatel2106/PasscodeView'
// Homepage URL of the library
Expand Down Expand Up @@ -110,4 +110,4 @@ if (project.rootProject.file('local.properties').exists()) {
}
}
}
}
}
Binary file modified resource/sample.apk
Binary file not shown.

0 comments on commit 7be2076

Please sign in to comment.