diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db6775..68e8989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,14 @@ Changelog ========= -Version 0.12 *(not released)* ------------------------------ +Version 0.12 *(2016-03-10)* +--------------------------- * Updated wrapper to use Gradle 2.11 * Refactored windows-specific logic for npm _(peol)_ * Use temporary repository for resolving node dependencies * Using 4.4.0 (latest LTS) as default node version * Changed default workDir location to be local to project directory -* ... Version 0.11 *(2015-09-26)* --------------------------- diff --git a/README.md b/README.md index 5e2ccda..d2c83a5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ you will need to add OJO to your `buildscript` configuration. Setup the plugin like this: plugins { - id "com.moowork.node" version "0.11" + id "com.moowork.node" version "0.12" } Or: diff --git a/gradle.properties b/gradle.properties index b192c23..a2f7da7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # # Current version # -version = 0.12-SNAPSHOT +version = 0.12