From e099ccba9e3ea5239984e0690da962e5a408cd76 Mon Sep 17 00:00:00 2001 From: Sten Roger Sandvik Date: Mon, 3 Nov 2014 22:22:33 +0100 Subject: [PATCH] Released version 0.7 --- CHANGELOG.md | 8 ++++++-- README.md | 4 ++-- gradle.properties | 3 +-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce6784..84de848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ Changelog ========= -Version 0.7 *(not released)* +Version 0.8 *(not released)* ---------------------------- +* ... + +Version 0.7 *(2014-11-03)* +-------------------------- + * Allow local npm to override bundled npm _(dougborg)_ * Allow for configuring npmVersion _(dougborg)_ * Upgrade to Gradle 2.1 -* ... Version 0.6 *(2014-07-10)* -------------------------- diff --git a/README.md b/README.md index f1d5285..eef6cce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Releases of this plugin are hosted at BinTray (http://bintray.com) and is part o Setup the plugin like this: plugins { - id "com.moowork.node" version "0.6" + id "com.moowork.node" version "0.7" } Or using the old (pre 2.1) way: @@ -28,7 +28,7 @@ Or using the old (pre 2.1) way: jcenter() } dependencies { - classpath 'com.moowork.gradle:gradle-node-plugin:0.6' + classpath 'com.moowork.gradle:gradle-node-plugin:0.7' } } diff --git a/gradle.properties b/gradle.properties index e7342ba..95d352a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,4 @@ # # Current version # -version = 0.7-SNAPSHOT - +version = 0.7