diff --git a/package-lock.json b/package-lock.json index 5a908f7..9484b64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libxslt", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "libxslt", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "dependencies": { "bindings": "^1.5.0", diff --git a/package.json b/package.json index 98b302d..b9284f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libxslt", - "version": "0.10.0", + "version": "0.10.1", "description": "[Fork] Node.js bindings for libxslt compatible with libxmljs", "main": "index.js", "scripts": { @@ -38,4 +38,4 @@ "mocha": "^9.0.2", "should": "~13.2.3" } -} \ No newline at end of file +}