From d2c0d227d2b0279a58d37c38580a4eb583defbb4 Mon Sep 17 00:00:00 2001 From: George Papastamatopoulos Date: Mon, 19 Sep 2016 13:45:18 +1000 Subject: [PATCH] Updates README to reference the latest release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b64ea..3c2937d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following to your `build.gradle`: maven { url 'http://dl.bintray.com/vermeulen-mp/gradle-plugins' } } dependencies { - classpath 'com.wiredforcode:gradle-spawn-plugin:0.6.0' + classpath 'com.wiredforcode:gradle-spawn-plugin:0.7.0' } }