diff --git a/README.md b/README.md
index c4a8ba3d1f62aba44add23bc06ee12395bcf6bdc..cfd5ffc4986996d5b987575d179fb92b8fe0f2e9 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Add the XChart library as a dependency to your pom.xml file:
     <dependency>
         <groupId>com.xeiam.xchart</groupId>
         <artifactId>xchart</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.3</version>
     </dependency>
 
 For snapshots, add the following to your pom.xml file:
@@ -77,7 +77,7 @@ For snapshots, add the following to your pom.xml file:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>2.3.3-SNAPSHOT</version>
+      <version>2.3.4-SNAPSHOT</version>
     </dependency>
 
 ## Building
@@ -95,7 +95,7 @@ For snapshots, add the following to your pom.xml file:
 
 ## Running Demo
     cd /path/to/xchart-demo/jar/
-    java -cp xchart-demo-2.3.2.jar:xchart-2.3.2.jar com.xeiam.xchart.demo.XChartDemo
+    java -cp xchart-demo-2.3.3.jar:xchart-2.3.3.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).