diff --git a/README.md b/README.md index 00f250e..6e866e8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ grunt.initConfig({ In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History -_1.0.1_ +- _1.1.0_ : Adds color to console output +- _1.0.1_ : Initial release ## License [MIT](LICENSE) diff --git a/package.json b/package.json index 142234b..81cb2f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.0.1", + "version": "1.1.0", "author": { "name": "Doug Simmons", "email": "doug@mach6.net",