diff --git a/package-lock.json b/package-lock.json index a6f6426..14fb956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@exill-suarl/batch-blur-images", - "version": "1.0.7", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@exill-suarl/batch-blur-images", - "version": "1.0.7", + "version": "2.0.0", "license": "MIT", "dependencies": { "is-image": "^3.1.0", diff --git a/package.json b/package.json index 2608869..37c94c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@exill-suarl/batch-blur-images", "private": false, - "version": "1.0.7", + "version": "2.0.0", "description": "A helper library to mass blur all images in the given directory.", "type": "module", "repository": "https://github.com/exill-suarl/batch-blur-images.git",