From 03172abd3391a7310545eaffbb490169d63e91d7 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Mon, 16 Jan 2023 16:40:44 +0400 Subject: [PATCH] 7.0.4 --- 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 e01eca7ec..58912b55a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "specberus", - "version": "7.0.3", + "version": "7.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "specberus", - "version": "7.0.3", + "version": "7.0.4", "license": "MIT", "dependencies": { "compression": "1.7.4", diff --git a/package.json b/package.json index bc202c403..f443e11f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specberus", - "version": "7.0.3", + "version": "7.0.4", "description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.", "license": "MIT", "main": "lib/validator",