From 4c9002cc9ab14fccd3a888f0db35ef3f161f6502 Mon Sep 17 00:00:00 2001 From: Thomas Cashman Date: Sun, 16 Dec 2018 19:24:25 +0000 Subject: [PATCH] Tagging 1.4.0 --- CHANGES | 4 +++- build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index da3d8ea..133a8ba 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -[1.4.0-SNAPSHOT] +[1.4.1-SNAPSHOT] + +[1.4.0] - Exe now pipes StandardOut to out.log and StandardError to error.log - Exe and .sh classpaths now use * pattern to match runtime jars diff --git a/build.gradle b/build.gradle index 460af3b..9775daa 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 group = 'org.mini2Dx' -version = '1.4.0-SNAPSHOT' +version = '1.4.0' description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux' dependencies {