diff --git a/package-lock.json b/package-lock.json index 02ba5d1..86b8461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dscimg", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dscimg", - "version": "0.0.7", + "version": "0.0.8", "license": "The Unlicense", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 3deae6a..c4abeb9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "The Unlicense", "main": "index.js", "bin": "./index.js", - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "test": "node index.js ./test.jpg"