Skip to content

Commit 48b69d4

Browse files
committed
Release 1.1.2
1 parent c9ca672 commit 48b69d4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.1.2 (2014-08-29)
5+
6+
- animatePressedState(), animateState() and setState() now cancels running transformation so you
7+
can spam the button and result in a correct state.
8+
49
Version 1.1.1 (2014-08-27)
510
----------------------------
611

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Including in your project
1111
Import depending on ActionBar you use
1212

1313
// stock actionBar
14-
compile 'com.balysv:materialmenu:material-menu:1.1.1'
14+
compile 'com.balysv:materialmenu:material-menu:1.1.2'
1515

1616
// actionBarCompat
17-
compile 'com.balysv:materialmenu:material-menu-abc:1.1.1'
17+
compile 'com.balysv:materialmenu:material-menu-abc:1.1.2'
1818

1919
// actionBarSherlock
20-
compile 'com.balysv:materialmenu:material-menu-abs:1.1.1'
20+
compile 'com.balysv:materialmenu:material-menu-abs:1.1.2'
2121

2222

2323
Usage

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.1.1
1+
VERSION_NAME=1.1.2
22
VERSION_CODE=3
33
GROUP=com.balysv.materialmenu
44

0 commit comments

Comments
 (0)