diff --git a/CHANGELOG.md b/CHANGELOG.md index 4223a30..735368f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.0.2 (2015-04-30) +---------------------------- + +- Fix `OnLongClickListener` will not trigger `OnClickListener` if event is consumed + Version 1.0.1 (2015-02-16) ---------------------------- diff --git a/README.md b/README.md index 64e4080..e949d82 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Including in your project ------------------------- ```groovy -compile 'com.balysv:material-ripple:1.0.1' +compile 'com.balysv:material-ripple:1.0.2' ``` Check for latest version number on the widget below or visit [Releases](https://github.com/balysv/material-ripple/releases) diff --git a/gradle.properties b/gradle.properties index 49c9905..e9d3704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.1 +VERSION_NAME=1.0.2 VERSION_CODE=1 GROUP=com.balysv