Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed May 14, 2015
1 parent 2d82750 commit 9ccf82e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 1.5.3 (2015-05-14)
----------------------------

API break: Circle pressed state is no longer supported.

`MaterialMenu.animatePressedState(IconState)` is now deprecated and should be replaced
by `MaterialMenu.animateState(IconState)`

`MaterialMenu.setPressedDuration(int)` has been removed.


Version 1.5.2 (2015-05-14)
----------------------------

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.5.2
VERSION_NAME=1.5.3
VERSION_CODE=16
GROUP=com.balysv.materialmenu

Expand Down

0 comments on commit 9ccf82e

Please sign in to comment.