diff --git a/README.md b/README.md index 3048e6d..a91feec 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Please note that processes that are not killed will continue running even after ## Release History + * 2019-05-26 v0.4.1 Updated dependencies * 2019-01-29 v0.4.0 Added CI on Travis, AppVeyor; updated node.js engine dependency to >=4 * 2019-01-26 v0.3.12 Removed dependency on exec-sync to resolve security advisory * 2015-01-07 v0.3.1 Fix the :kill task on UNIX and Windows diff --git a/package.json b/package.json index a81b3ae..00310b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-shell-spawn", - "version": "0.4.0", + "version": "0.4.1", "description": "Grunt task to run shell commands", "keywords": [ "gruntplugin",