diff --git a/README.md b/README.md index 0b6604a..2249cee 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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... ): ``` diff --git a/build.gradle b/build.gradle index 3da5fc2..5a69cb5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "edu.sc.seis" -version = "2.1.6-SNAPSHOT" +version = "2.1.6" sourceCompatibility = 1.7 targetCompatibility = 1.7