diff --git a/README.md b/README.md
index 61173bf33919ed90e7d293ea7303b662b5586556..67d04b0f085698f9d4f28123ffd1744f7f0683cb 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ To include Aparapi in your project of choice include the following Maven depende
 <dependency>
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.1.2</version>
+    <version>1.2.0</version>
 </dependency>
 ```
 
diff --git a/pom.xml b/pom.xml
index 3a3353ede0ed607976ae07246e774982421795c8..5e732ea459e126f3e72ca0e18986735c8c027178 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>