diff --git a/package-lock.json b/package-lock.json index 1edc869..ceba59a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-html", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grunt-html", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "dependencies": { "async": "^3.2.5", diff --git a/package.json b/package.json index 0564376..204624c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-html", "description": "Grunt plugin for HTML validation, using the Nu Html Checker (v.Nu)", - "version": "17.0.0", + "version": "17.0.1", "homepage": "https://github.com/validator/grunt-html", "author": "Jörn Zaefferer ", "repository": {