From 060d4102171b9ce0030758a3627a9bd7b79a98ce Mon Sep 17 00:00:00 2001 From: Danny Kirchmeier Date: Wed, 10 Sep 2014 23:05:23 -0500 Subject: [PATCH] release version 0.8.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7b3490..e74e2f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gradle-capsule-plugin -[![Version](http://img.shields.io/badge/Version-0.7.1-green.svg?style=flat-square)](https://github.com/danthegoodman/gradle-capsule-plugin/releases) +[![Version](http://img.shields.io/badge/Version-0.8.0-green.svg?style=flat-square)](https://github.com/danthegoodman/gradle-capsule-plugin/releases) [![Capsule Version](http://img.shields.io/badge/Capsule%20Version-0.8.0-blue.svg?style=flat-square)](https://github.com/puniverse/capsule/releases) A Gradle plugin for [Capsule], the packaging and deployment tool for JVM apps. @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'us.kirchmeier:gradle-capsule-plugin:0.7.1' + classpath 'us.kirchmeier:gradle-capsule-plugin:0.8.0' } }