From 4872b355dfdd1f78898808f06b6474208788021b Mon Sep 17 00:00:00 2001 From: Thomas Cashman Date: Thu, 16 Nov 2017 19:49:46 +0100 Subject: [PATCH] Tagging 1.2.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa49c0..2197ef6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ buildscript { mavenCentral() } dependencies { - classpath group: 'org.mini2Dx', name: 'parcl', version: '1.1.0' + classpath group: 'org.mini2Dx', name: 'parcl', version: '1.2.1' } } ``` diff --git a/build.gradle b/build.gradle index 91d2978..e76a00c 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 group = 'org.mini2Dx' -version = '1.2.1-SNAPSHOT' +version = '1.2.1' description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux' dependencies {