From 96bc367c913f0b730deed172750559105b7e0586 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 29 Dec 2016 00:17:04 -0500 Subject: [PATCH] build(release): version 1.3.4 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31d51e75..b3cde9f5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [](https://maven-badges.herokuapp.com/maven-central/com.aparapi/aparapi/) [](https://gitter.im/Syncleus/aparapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[](https://travis-ci.org/Syncleus/aparapi) +[](https://travis-ci.org/Syncleus/aparapi) [](https://codecov.io/gh/Syncleus/aparapi) [](https://www.codacy.com/app/freemo/aparapi?utm_source=github.com&utm_medium=referral&utm_content=Syncleus/aparapi&utm_campaign=badger) [](https://www.versioneye.com/user/projects/5855deafad9aa2003738a08b) diff --git a/pom.xml b/pom.xml index 5d5422cd..03057362 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.4</version> <packaging>jar</packaging> <properties> -- GitLab