Skip to content

Commit

Permalink
Released version 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Jul 10, 2014
1 parent 3fea479 commit 2f3f29e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Changelog
=========

Version 0.6 *(not released)*
Version 0.7 *(not released)*
----------------------------

* ...

Version 0.6 *(2014-07-10)*
--------------------------

* Upgrade to Gradle 2.0
* Using 'com.moowork.node' as plugin id, but 'node' still works for another version
* Possible to read execResult for npm and node tasks _(johnrengelman)_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Setup the plugin like this:
jcenter()
}
dependencies {
classpath 'com.moowork.gradle:gradle-node-plugin:0.4'
classpath 'com.moowork.gradle:gradle-node-plugin:0.6'
}
}

Include the plugin in your build.gradle file like this:

apply plugin: 'node'
apply plugin: 'com.moowork.node'

Running a NodeJS script
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Current version
#
version = 0.6-SNAPSHOT
version = 0.6

0 comments on commit 2f3f29e

Please sign in to comment.