diff --git a/README.md b/README.md index 6e866e8..787de6b 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,10 @@ grunt.initConfig({ ``` ## Contributing -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/). +In lieu of a formal style guide, 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.1.1_ : Updates dependencies - _1.1.0_ : Adds color to console output - _1.0.1_ : Initial release diff --git a/package.json b/package.json index 6f1cf23..9f1aa0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Doug Simmons", "email": "doug@mach6.net",