diff --git a/package.json b/package.json index 4fdbcb7a0925906d3710635da82fe0ab5472ec51..7d878c6313ddf6cbf91d40a5a908c9326386552e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broken-links-inspector", - "version": "1.3.2", + "version": "1.3.3", "description": "Extract and recursively check all URLs reporting broken ones", "main": "dist/inspector.js", "types": "dist/inspector.d.ts", diff --git a/src/index.ts b/src/index.ts index 001333d0a43a995cc29cb4f3af80d5804a3e18b3..dc0cef0498e3a1cadc4f732e5e8b5ca05b9cdea9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import { ConsoleReporter, JUnitReporter } from "./report" import fs from "fs/promises" commander - .version("1.3.1") + .version("1.3.3") .description("Extract and recursively check all URLs reporting broken ones\n\nDedicated to Daria Bogatova \u2665") commander