From 303139c04a6b5bcd3228f34e32f218f99da586db Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Fri, 16 Dec 2022 10:07:41 +0400 Subject: [PATCH] 7.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49de187db..d3f910f7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "specberus", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "specberus", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "compression": "1.7.4", diff --git a/package.json b/package.json index 6a66d5a35..87eb9045e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specberus", - "version": "7.0.0", + "version": "7.0.1", "description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.", "license": "MIT", "main": "lib/validator",