diff --git a/package-lock.json b/package-lock.json index c3dacc8..56f6b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-hash", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4713039..5bc7e59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-hash", - "version": "1.0.2", + "version": "2.0.0", "description": "PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting", "keywords": [ "postcss",