Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Oct 5, 2014
1 parent d1ca8f6 commit 7991cc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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.2.3 (2014-10-05)
----------------------------

- `MaterialMenuView` now takes padding into account and position `MaterialMenuDrawable` accordingly

Version 1.2.2 (2014-09-22)
----------------------------

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.2.2'
compile 'com.balysv.materialmenu:material-menu:1.2.3'
// actionBarCompat
compile 'com.balysv.materialmenu:material-menu-abc:1.2.2'
compile 'com.balysv.materialmenu:material-menu-abc:1.2.3'
// actionBarSherlock
compile 'com.balysv.materialmenu:material-menu-abs:1.2.2'
compile 'com.balysv.materialmenu:material-menu-abs:1.2.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.2.2
VERSION_CODE=7
VERSION_NAME=1.2.3
VERSION_CODE=8
GROUP=com.balysv.materialmenu

POM_NAME=Material Menu
Expand Down

0 comments on commit 7991cc2

Please sign in to comment.