Skip to content

Commit

Permalink
Tagging 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Sep 11, 2016
1 parent 29087cc commit 70d2f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.0.8]
- Linux launchers can now optionally prefer system JRE

[1.0.7]
- Plugin now lives under min2Dx family as org.mini2Dx.parcl

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.0.8-SNAPSHOT'
version = '1.0.8'
description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux'

task javadocJar(type: Jar) {
Expand Down

0 comments on commit 70d2f49

Please sign in to comment.