diff --git a/README.md b/README.md
index ff089d72f..2ea49f703 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
The MaterialDrawer Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz.materialdrawer%22), so you just need to add the following dependency to your `build.gradle`.
```javascript
-compile('com.mikepenz.materialdrawer:library:2.0.1@aar') {
+compile('com.mikepenz.materialdrawer:library:2.0.2@aar') {
transitive = true
}
```
diff --git a/app/build.gradle b/app/build.gradle
index 218e7756e..386a5e276 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.mikepenz.materialdrawer.app"
minSdkVersion 10
targetSdkVersion 21
- versionCode 201
- versionName "2.0.1"
+ versionCode 202
+ versionName "2.0.2"
}
buildTypes {
release {
diff --git a/gradle.properties b/gradle.properties
index fcce99235..92f190f30 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
-VERSION_NAME=2.0.1
-VERSION_CODE=201
+VERSION_NAME=2.0.2
+VERSION_CODE=202
GROUP=com.mikepenz.materialdrawer
POM_DESCRIPTION=MaterialDrawer Library
diff --git a/library/build.gradle b/library/build.gradle
index 6ae6bf9c0..c1402ab44 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 21
- versionCode 201
- versionName '2.0.1'
+ versionCode 202
+ versionName '2.0.2'
}
buildTypes {
diff --git a/library/src/main/res/values/library_materialdrawer_strings.xml b/library/src/main/res/values/library_materialdrawer_strings.xml
index a4b9dd935..348d81c42 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 @@
The MaterialDrawer library aims to provide the easiest possible implementation of a navigation drawer for your application.
]]>
- 2.0.1
+ 2.0.2
https://github.com/mikepenz/MaterialDrawer
apache_2_0
true