diff --git a/dist/html-validator.d.ts b/dist/html-validator.d.ts
index a2b417b..31955d6 100644
--- a/dist/html-validator.d.ts
+++ b/dist/html-validator.d.ts
@@ -1,4 +1,4 @@
-//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
+//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
export type AnalyzerOptions = ValidatorOptions;
export type ReporterSettings = {
diff --git a/dist/html-validator.js b/dist/html-validator.js
index 74786c2..5051504 100644
--- a/dist/html-validator.js
+++ b/dist/html-validator.js
@@ -1,4 +1,4 @@
-//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
+//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
import { w3cHtmlValidator } from 'w3c-html-validator';
import PluginError from 'plugin-error';
diff --git a/dist/html-validator.umd.cjs b/dist/html-validator.umd.cjs
index b0e013b..f7be824 100644
--- a/dist/html-validator.umd.cjs
+++ b/dist/html-validator.umd.cjs
@@ -1,4 +1,4 @@
-//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
+//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
diff --git a/package.json b/package.json
index f443a71..3ab7e87 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-w3c-html-validator",
- "version": "5.2.1",
+ "version": "5.3.0",
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
"license": "MIT",
"type": "module",