Skip to content

Commit

Permalink
Released version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Nov 3, 2014
1 parent 2322713 commit e099ccb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
}
}

Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#
# Current version
#
version = 0.7-SNAPSHOT

version = 0.7

0 comments on commit e099ccb

Please sign in to comment.