Skip to content

Commit

Permalink
Tagging 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Dec 16, 2018
1 parent dacb732 commit 4c9002c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4c9002c

Please sign in to comment.