diff --git a/README.md b/README.md
index f807fef7138ce1590c62a940ff774697dca23345..7c0e32bbbfb0e707c50b781d180c795d7e1cefd0 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Add this dependency to your pom.xml file:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>1.2.1-SNAPSHOT</version>
+      <version>1.2.1</version>
     </dependency>
 
 Building
diff --git a/pom.xml b/pom.xml
index 3bee1fac6ecf85161c4723ba9f3531a47560a6d7..d6bd5101820228ea6c90c27fcb31ee8fe5749433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<name>XChart</name>
 	<groupId>com.xeiam</groupId>
 	<artifactId>xchart</artifactId>
-	<version>1.2.1-SNAPSHOT</version>
+	<version>1.2.1</version>
 	<packaging>jar</packaging>
 	<description>Basic Charts for Java Applications</description>
 	<url>http://xeiam.com/xchart.jsp</url>