From 33f94b0282b7d3291135e485650c09d9e8cf5282 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Mon, 6 Nov 2023 09:54:01 +0400 Subject: [PATCH] 10.0.0 --- 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 00c2aad2b..af5dd3ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "specberus", - "version": "9.5.0", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "specberus", - "version": "9.5.0", + "version": "10.0.0", "license": "MIT", "dependencies": { "compression": "1.7.4", diff --git a/package.json b/package.json index 5106d9da3..4c961991d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specberus", - "version": "9.5.0", + "version": "10.0.0", "description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.", "license": "MIT", "main": "lib/validator",