From 3ee75fdc204bb5e0c70fe98b0b79e41fb2e7b501 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 4 Dec 2016 20:43:08 -0500 Subject: [PATCH] Releasing version 1.2.0. --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d77a51c1..13b08636 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 5c04445f..91ee3a4f 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.0</version> <packaging>jar</packaging> <properties> -- GitLab