From 28d9a0172768194461112e4d711c7373ba90dfa1 Mon Sep 17 00:00:00 2001 From: Balys Valentukevicius Date: Thu, 30 Apr 2015 21:50:34 +0100 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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