Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Sep 3, 2014
1 parent 78843f8 commit 20436b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Change Log
==========

Version 1.1.3 (2014-09-03)
----------------------------

- improved CHECK to ARROW animation by adding more motion to the transformation

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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Check for latest versions at [Gradle Please][4] and import depending on ActionBa

```groovy
// stock actionBar
compile 'com.balysv.materialmenu:material-menu:1.1.2'
compile 'com.balysv.materialmenu:material-menu:1.1.3'
// actionBarCompat
compile 'com.balysv.materialmenu:material-menu-abc:1.1.2'
compile 'com.balysv.materialmenu:material-menu-abc:1.1.3'
// actionBarSherlock
compile 'com.balysv.materialmenu:material-menu-abs:1.1.2'
compile 'com.balysv.materialmenu:material-menu-abs:1.1.3'
```


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.2
VERSION_CODE=3
VERSION_NAME=1.1.3
VERSION_CODE=4
GROUP=com.balysv.materialmenu

POM_NAME=Material Menu
Expand Down

0 comments on commit 20436b2

Please sign in to comment.