From e67110fbe4f06d87305016016d7d8a95cc1b1a42 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 3 Dec 2016 20:39:08 -0500 Subject: [PATCH] Bumping snapshot. --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b884a4e8..9b4d17af 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 db80863b..72d24fd3 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> -- GitLab