diff --git a/README.md b/README.md index 0a5d790..f2963f0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ 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.0_ (TBD) +_1.0.1_ ## License [MIT](LICENSE) diff --git a/package.json b/package.json index 3f415b2..7606c63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Doug Simmons", "email": "doug@mach6.net",