Skip to content

Commit

Permalink
update README for 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Oct 24, 2017
1 parent 716715f commit 757cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
}
```

0 comments on commit 757cfa2

Please sign in to comment.