From 757cfa2c59ea7cb04fec20566106f9c667c04c60 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Tue, 24 Oct 2017 13:05:07 -0400 Subject: [PATCH] update README for 2.1.8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8630870..8928cea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A [Gradle](http://www.gradle.org) Plugin to create a Mac OSX .app application an Available at [plugins.gradle.org](https://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle). -**Version 2.1.7 released 21 July 2017.** +**Version 2.1.8 released 24 October 2017.** Now available via the Gradle Plugin Portal. Please see: http://plugins.gradle.org/plugin/edu.sc.seis.macAppBundle @@ -12,7 +12,7 @@ To add to a gradle project, add this to build.gradle and run **gradle createApp* For gradle 2.1 or later: ``` plugins { - id "edu.sc.seis.macAppBundle" version "2.1.7" + id "edu.sc.seis.macAppBundle" version "2.1.8" } ```