Skip to content

Commit 24e01d1

Browse files
author
Sten Roger Sandvik
committed
Released 0.14
1 parent eae8a3e commit 24e01d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you will need to add OJO to your `buildscript` configuration.
2626
Setup 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

3232
Or:
@@ -39,7 +39,7 @@ Or:
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# Current version
33
#
4-
version = 0.14-SNAPSHOT
4+
version = 0.14

0 commit comments

Comments
 (0)