Skip to content

Commit

Permalink
Released v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Mar 10, 2016
1 parent f0a591c commit a560dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.12-SNAPSHOT
version = 0.12

0 comments on commit a560dbb

Please sign in to comment.