From f23ef4a3e54a294271f1875cbc4496c4b2547410 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Mon, 25 Apr 2022 09:54:05 +0400 Subject: [PATCH] 6.1.8 --- 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 d62d3396c..f8c831e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "specberus", - "version": "6.1.7", + "version": "6.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "specberus", - "version": "6.1.7", + "version": "6.1.8", "license": "MIT", "dependencies": { "compression": "1.7.4", diff --git a/package.json b/package.json index 8ff6d0eda..c933130c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specberus", - "version": "6.1.7", + "version": "6.1.8", "description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.", "license": "MIT", "main": "lib/validator",