From 48b69d40cafec2833d8fa2a1f5ab70dfc4e806cc Mon Sep 17 00:00:00 2001 From: Balys Valentukevicius Date: Fri, 29 Aug 2014 15:04:26 +0100 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0142887..cf0bea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ---------------------------- diff --git a/README.md b/README.md index 792e7b1..aa74c95 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index c34ec4f..1e55482 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.1.1 +VERSION_NAME=1.1.2 VERSION_CODE=3 GROUP=com.balysv.materialmenu