From e4422b5778fcdad60100e635e68d2e5fdac0abf4 Mon Sep 17 00:00:00 2001 From: Alban Mouton Date: Wed, 15 Jun 2022 08:58:18 +0200 Subject: [PATCH] 0.10.1 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}