Skip to content

Commit

Permalink
Releasing v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keval committed Apr 14, 2017
1 parent fd8f714 commit 722eb88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion 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.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
Expand Down

0 comments on commit 722eb88

Please sign in to comment.