Skip to content

Commit

Permalink
Released 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Nov 29, 2016
1 parent eae8a3e commit 24e01d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Version 0.14 *(not released)*
-----------------------------
Version 0.14 *(2016-11-29)*
---------------------------

* Bumped gradle wrapper version to 3.2.1
* Use gradle-testkit instead of nebula (#153)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ you will need to add OJO to your `buildscript` configuration.
Setup the plugin like this:

plugins {
id "com.moowork.node" version "0.13"
id "com.moowork.node" version "0.14"
}

Or:
Expand All @@ -39,7 +39,7 @@ Or:
}

dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:0.13"
classpath "com.moowork.gradle:gradle-node-plugin:0.14"
}
}

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

0 comments on commit 24e01d1

Please sign in to comment.