diff --git a/README.md b/README.md index 6113f70..88a3ddb 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ grunt.initConfig({ 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.4_ : Updates dependencies - _1.1.3_ : Updates dependencies - _1.1.2_ : Updates dependencies - _1.1.1_ : Updates dependencies diff --git a/package.json b/package.json index 0e8b782..08efdcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.1.3", + "version": "1.1.4", "author": { "name": "Doug Simmons", "email": "doug@mach6.net", @@ -22,8 +22,8 @@ "test": "grunt default" }, "dependencies": { - "google-closure-compiler-js": "^20170218.0.0", - "node-minify": "^2.0.3", + "google-closure-compiler-js": "^20170423.0.0", + "node-minify": "^2.0.4", "bluebird": "^3.5.0", "chalk": "^1.1.3" },