diff --git a/README.md b/README.md index b884a4e8cd9c79c62f688d69b151bf7967f0aae9..9b4d17afe23ff38cf7b3600f7e6cecceeb7e06ae 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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.1</version> + <version>1.1.2</version> </dependency> ``` diff --git a/pom.xml b/pom.xml index db80863b9d68f39b57551b0f35c342de43b5a31e..72d24fd3b9d1040372c012a3f59f57b71ad552b5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <packaging>jar</packaging> <properties>