diff --git a/package-lock.json b/package-lock.json index 7773cbe..93d6680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "command-line-args": "5.2.1", diff --git a/package.json b/package.json index 93484b2..2038cff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "author": "Kevin Gibbons ", "description": "reverse many of the transformations applied by minifiers and naïve obfuscators", "license": "Apache-2.0",