Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Aug 29, 2014
1 parent c9ca672 commit 48b69d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.1.2 (2014-08-29)

- animatePressedState(), animateState() and setState() now cancels running transformation so you
can spam the button and result in a correct state.

Version 1.1.1 (2014-08-27)
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Including in your project
Import depending on ActionBar you use

// stock actionBar
compile 'com.balysv:materialmenu:material-menu:1.1.1'
compile 'com.balysv:materialmenu:material-menu:1.1.2'

// actionBarCompat
compile 'com.balysv:materialmenu:material-menu-abc:1.1.1'
compile 'com.balysv:materialmenu:material-menu-abc:1.1.2'

// actionBarSherlock
compile 'com.balysv:materialmenu:material-menu-abs:1.1.1'
compile 'com.balysv:materialmenu:material-menu-abs:1.1.2'


Usage
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.1.1
VERSION_NAME=1.1.2
VERSION_CODE=3
GROUP=com.balysv.materialmenu

Expand Down

0 comments on commit 48b69d4

Please sign in to comment.