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 {