diff --git a/README.md b/README.md index 0e89fb21f..543bc6b6c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ For projects already using grunt, you're done. Otherwise, if you're adding grunt ## Release History _(Until v1.0.0, this will only be updated when major or breaking changes are made)_ +* 2012/09/04 - v0.3.15 - Fixing a minor problem with renaming multi tasks. * 2012/08/29 - v0.3.14 - Grunt plugins lacking package.json keywords should work again. * 2012/08/27 - v0.3.13 - Fixed Node.js 0.8.x path.existsSync warning. Updated connect, nodeunit, uglify-js deps to latest. Updated docs. Grunt plugins generated with init:gruntplugin no longer include grunt as a dependency. Added preliminary support for "collection" plugins. * 2012/07/30 - v0.3.12 - Fixing a bug in node 0.8.x where utils.spawn would terminate before receiving all child stdout. diff --git a/package.json b/package.json index dfc33e83a..1dc406aac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt", "description": "A task-based command line build tool for JavaScript projects.", - "version": "0.3.14", + "version": "0.3.15", "author": "\"Cowboy\" Ben Alman (http://benalman.com/)", "homepage": "http://github.com/cowboy/grunt", "repository": {