Skip to content

Commit

Permalink
Tagging 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Mar 30, 2021
1 parent 9045277 commit 11df8af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[1.7.1-SNAPSHOT]
[1.7.1]
- Fix appbundler task not referencing ant project correctly

[1.7.0]
- Upgrade to Gradle 5.4.1
- Add configuration to set Windows process priority
- Update to appbundler based on github.com/TheInfiniteKind/appbundler

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.8
targetCompatibility = 1.8

group = 'org.mini2Dx'
version = '1.7.1-SNAPSHOT'
version = '1.7.1'
description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/parcl.exe
Git LFS file not shown

0 comments on commit 11df8af

Please sign in to comment.