diff --git a/README.md b/README.md
index 40ba803cf..e840fb2a5 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ You can find some frequently asked questions and other resources in the [WIKI /
##1. Provide the gradle dependency
```gradle
-compile('com.mikepenz:materialdrawer:5.1.8@aar') {
+compile('com.mikepenz:materialdrawer:5.1.9@aar') {
transitive = true
}
```
diff --git a/app/build.gradle b/app/build.gradle
index 22086518c..6045b94ed 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
- versionCode 518
- versionName "5.1.8"
+ versionCode 519
+ versionName "5.1.9"
applicationVariants.all { variant ->
variant.outputs.each { output ->
diff --git a/gradle.properties b/gradle.properties
index 882b7d2cb..573f60fdc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
# Maven stuff
-VERSION_NAME=5.1.8
-VERSION_CODE=518
+VERSION_NAME=5.1.9
+VERSION_CODE=519
GROUP=com.mikepenz
POM_DESCRIPTION=MaterialDrawer Library
diff --git a/library/build.gradle b/library/build.gradle
index 38eea28ac..455e2944c 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
- versionCode 518
- versionName '5.1.8'
+ versionCode 519
+ versionName '5.1.9'
}
buildTypes {
release {
diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml
index 528846578..49eb5dd83 100755
--- a/library/src/main/res/values/library_materialdrawer_strings.xml
+++ b/library/src/main/res/values/library_materialdrawer_strings.xml
@@ -10,7 +10,7 @@
MaterialDrawer the flexible, easy to use, all in one drawer library for your Android project.
]]>
- 5.1.8
+ 5.1.9
https://github.com/mikepenz/MaterialDrawer
apache_2_0
true