From 6138a3e49528c022db58b8106cc420b1964fe92d Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 10 Jan 2023 01:45:36 +0300 Subject: [PATCH] 2.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 105a8a5..581763d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmldsigjs", - "version": "2.5.0", + "version": "2.5.1", "description": "XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto ", "main": "build/index.js", "module": "build/index.es.js", @@ -104,4 +104,4 @@ "test/**/*.ts" ] } -} \ No newline at end of file +}