From 7acefd0c9afcabfb368748b7c15c5606f719d99c Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Fri, 5 Jan 2018 10:43:17 -0500 Subject: [PATCH] version to 2.2.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8928cea..d5073e7 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.8 released 24 October 2017.** +**Version 2.2.0 released 4 January 2018.** 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.8" + id "edu.sc.seis.macAppBundle" version "2.2.0" } ``` diff --git a/build.gradle b/build.gradle index a587815..c9aba71 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "edu.sc.seis" -version = "2.2.0-SNAPSHOT" +version = "2.2.0" sourceCompatibility = 1.8 targetCompatibility = 1.8