Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danthegoodman committed Jan 10, 2016
1 parent fb229a8 commit 66c7abc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

A Gradle plugin for [Capsule], the packaging and deployment tool for JVM apps.

Currently using capsule [v1.0.1].

[Capsule]:http://www.capsule.io/
[v1.0.1]:https://github.com/puniverse/capsule/releases/tag/v1.0.1

# Adding the Plugin

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.plugin-publish" version "0.9.1"
id "com.gradle.plugin-publish" version "0.9.2"
}

apply plugin: 'groovy'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=us.kirchmeier
baseName=gradle-capsule-plugin
version=1.0.1
version=1.0.2

0 comments on commit 66c7abc

Please sign in to comment.