diff --git a/package-lock.json b/package-lock.json index 8b94e67..e4a9297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@hpcc-js/wasm": "2.13.0" diff --git a/package.json b/package.json index d4bd228..4c475ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dgrammatiko/compress", - "version": "2.0.0", + "version": "2.0.1", "description": "Compresses any `.min.js` and `.min.css` files in the current folder (recursively). Any existing output files (`.gz`) will always be recreated.", "type": "module", "main": "index.js",