diff --git a/README.md b/README.md
index 246e464560c2f79d2c09d50fb41b6546c79c9d5e..df495a6bced0305d6d2adb670f1d9b9425818690 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Add this to dependencies in pom.xml:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.1</version>
     </dependency>
 
 Building
diff --git a/pom.xml b/pom.xml
index 7763b5a21b8280fe5a5f01dced06b57b7185fda5..56d991b319ff7ff053f1153645aefc51896c50a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
 	<modelVersion>4.0.0</modelVersion>
 
 	<name>XChart</name>