Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Dec 10, 2015
1 parent 072f327 commit afca8f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
}
```

Expand All @@ -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"
}
}
Expand Down

0 comments on commit afca8f0

Please sign in to comment.