diff --git a/package-lock.json b/package-lock.json index d61803c..cf1021b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dscimg", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dscimg", - "version": "0.0.14", + "version": "0.0.15", "license": "The Unlicense", "dependencies": { "@napi-rs/xattr": "^1.0.1", diff --git a/package.json b/package.json index 135e8e9..018446e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "The Unlicense", "main": "index.js", "bin": "./index.js", - "version": "0.0.14", + "version": "0.0.15", "type": "module", "scripts": { "test": "node index.js ./test.jpg"