Skip to content

Commit

Permalink
version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Jan 5, 2018
1 parent 3472f70 commit 7acefd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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
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.8"
id "edu.sc.seis.macAppBundle" version "2.2.0"
}
```

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "edu.sc.seis"
version = "2.2.0-SNAPSHOT"
version = "2.2.0"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 7acefd0

Please sign in to comment.