Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed May 30, 2015
1 parent eb7cc24 commit df7573f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.5.4 (2015-05-30)
----------------------------

- Use `AppCompatActivity` instead of `ActionBarActivity` for `extras-toolbar` package
- BUG FIX: `MaterialMenuView` visibility is now preserved on `SavedState`

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Including in your project
// stock actionBar
compile 'com.balysv.materialmenu:material-menu:1.x.x'
// Toolbar and ActionBarCompat-v21 (includes support-v7:21.0.x)
// Toolbar and ActionBarCompat-v22 (includes support-v7:22.0.x)
compile 'com.balysv.materialmenu:material-menu-toolbar:1.x.x'
// actionBarCompat-v20 (up to support-v7:20.0.0 - does not support Toolbar)
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.3
VERSION_NAME=1.5.4
VERSION_CODE=16
GROUP=com.balysv.materialmenu

Expand Down

0 comments on commit df7573f

Please sign in to comment.