diff --git a/package-lock.json b/package-lock.json index 39c7477..db5720c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "license-checker-webpack-plugin", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e350927..e4857cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "license-checker-webpack-plugin", "description": "Verifies licenses of all external dependencies in a compilation, and outputs them to a file.", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": { "name": "Daniel Perez Alvarez",