Update README.md
diff --git a/README.md b/README.md
index c20d076..e467d94 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@
 }
 
 dependencies {
-	    compile 'com.github.PhilJay:MPAndroidChart:v2.0.7'
+	    compile 'com.github.PhilJay:MPAndroidChart:v2.0.8'
 }
 ```
 
@@ -146,7 +146,7 @@
 <dependency>
 	    <groupId>com.github.PhilJay</groupId>
 	    <artifactId>MPAndroidChart</artifactId>
-	    <version>v2.0.7</version>
+	    <version>v2.0.8</version>
 </dependency>
 ```