Skip to content

Commit

Permalink
Tagging 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 4, 2019
1 parent 9ff7339 commit 041cd97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[1.7.0]
[1.6.1]
- Exe now writes logs to folder in AppData if write permissions are not available for working directory

[1.6.1-SNAPSHOT]

[1.6.0]
- Exe now passes command line arguments to packaged program

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.4.0'
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.6.1'
}
}
```
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.0'
version = '1.6.1'
description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux'

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/parcl.exe
Git LFS file not shown

0 comments on commit 041cd97

Please sign in to comment.