diff --git a/README.md b/README.md
index 2c4918253c5d378c25fa81efba1d860d4bdfb4f9..46e699b758807ea284112c869eaf5de9604a529e 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Add the XChart library as a dependency to your pom.xml file:
     <dependency>
         <groupId>com.xeiam.xchart</groupId>
         <artifactId>xchart</artifactId>
-        <version>2.2.1</version>
+        <version>2.3.0</version>
     </dependency>
 
 For snapshots, add the following to your pom.xml file:
@@ -72,7 +72,7 @@ For snapshots, add the following to your pom.xml file:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.3.1-SNAPSHOT</version>
     </dependency>
 
 ## Building
@@ -90,7 +90,7 @@ For snapshots, add the following to your pom.xml file:
 
 ## Running Demo
     cd /path/to/xchart-demo/jar/
-    java -cp xchart-demo-2.2.1.jar:xchart-2.2.1.jar com.xeiam.xchart.demo.XChartDemo
+    java -cp xchart-demo-2.3.0.jar:xchart-2.3.0.jar com.xeiam.xchart.demo.XChartDemo
 
 ## Bugs
 Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues).