diff --git a/README.md b/README.md index 7028fa3..0b6604a 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.4 released 7 December 2015.** +**Version 2.1.5 released 10 December 2015.** Now available via the Gradle Plugin Portal. Please see: http://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle @@ -13,7 +13,7 @@ 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.4" + id "edu.sc.seis.macAppBundle" version "2.1.5" } ``` @@ -34,7 +34,7 @@ buildscript { } } dependencies { - classpath "gradle.plugin.edu.sc.seis:macAppBundle:2.1.3" + classpath "gradle.plugin.edu.sc.seis:macAppBundle:2.1.5" } }