From afca8f0139e271d8cc712f43be186ef28096e8f8 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Thu, 10 Dec 2015 16:05:35 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } }