Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Apr 30, 2015
1 parent 06afef8 commit 28d9a01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.1
VERSION_NAME=1.0.2
VERSION_CODE=1
GROUP=com.balysv

Expand Down

0 comments on commit 28d9a01

Please sign in to comment.