Skip to content

Commit

Permalink
version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Apr 4, 2016
1 parent 4385952 commit 57bed73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A [Gradle](http://www.gradle.org) Plugin to create a Mac OSX .app application and dmg based on the project.

**Version 2.1.5 released 10 December 2015.**
**Version 2.1.6 released 4 April 2016.**

Now available via the Gradle Plugin Portal. Please see:
http://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle
Expand All @@ -13,11 +13,11 @@ groupId and artifactId changed to edu.sc.seis.gradle and macappbundle.
For gradle 2.1 or later:
```
plugins {
id "edu.sc.seis.macAppBundle" version "2.1.5"
id "edu.sc.seis.macAppBundle" version "2.1.6"
}
```

or for earlier versions of Gradle:
or for earlier versions of Gradle (which may no longer work, but... ):

```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "edu.sc.seis"
version = "2.1.6-SNAPSHOT"
version = "2.1.6"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 57bed73

Please sign in to comment.