Skip to content

Commit

Permalink
[2.0.2] bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauin committed Feb 5, 2017
1 parent 03c49df commit bc201c0
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 @@ -17,7 +17,7 @@ see [Encryption/Decryption](#encryption-and-decryption).
To use RxFingerprint in your project, add the library as a dependency in your `build.gradle` file:
```groovy
dependencies {
compile 'com.mtramin:rxfingerprint:2.0.1'
compile 'com.mtramin:rxfingerprint:2.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ext.versions = [
// Version
code : 1,
name : '2.0.1',
name : '2.0.2',

// Android Versions
compileSdk : 24,
Expand Down

0 comments on commit bc201c0

Please sign in to comment.