Skip to content

Commit

Permalink
Tagging 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jun 17, 2018
1 parent 91a5119 commit 1ec06de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.3.0]
- Update to appbundler 1.1.0 to support OS X Sierra and higher

[1.2.1]
- Zip archive name can now be configured via zipName parameter

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

dependencies {
Expand Down

0 comments on commit 1ec06de

Please sign in to comment.