File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 0.14 * (not released )*
5- -----------------------------
4+ Version 0.14 * (2016-11-29 )*
5+ ---------------------------
66
77* Bumped gradle wrapper version to 3.2.1
88* Use gradle-testkit instead of nebula (#153 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ you will need to add OJO to your `buildscript` configuration.
2626Setup the plugin like this:
2727
2828 plugins {
29- id "com.moowork.node" version "0.13 "
29+ id "com.moowork.node" version "0.14 "
3030 }
3131
3232Or:
3939 }
4040
4141 dependencies {
42- classpath "com.moowork.gradle:gradle-node-plugin:0.13 "
42+ classpath "com.moowork.gradle:gradle-node-plugin:0.14 "
4343 }
4444 }
4545
Original file line number Diff line number Diff line change 11#
22# Current version
33#
4- version = 0.14-SNAPSHOT
4+ version = 0.14
You can’t perform that action at this time.
0 commit comments