diff --git a/README.md b/README.md
index d77a51c1a9296b55c6778e654ba7e2559ac86e71..13b08636cf2dd9ac7671b11576610a79c3af5002 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 5c04445f5d7e95222de08137135b030e41ed456c..08ab2b99a183a0a8e275167be2b8c2171a376fc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi-examples</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>