diff --git a/package.json b/package.json index d0db81a534574006cc8602409937835f634684d2..e9263e7c80be94b9acee346406afc9cb0ca2b292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broken-links-inspector", - "version": "1.1.2", + "version": "1.1.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 9a03d3ddae1f61ec1d49ce69372c5e4f51077252..2da12a7abdef3c7ef59e8878fc2cc323c134babd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,8 +6,8 @@ import { Inspector, URLsMatchingSet } from "./inspector" import { ConsoleReporter, JUnitReporter } from "./report" commander - .version("1.1.2") - .description("Extract and recursively check all URLs reporting broken ones\n\nDedicated to Daria Bogatova") + .version("1.1.3") + .description("Extract and recursively check all URLs reporting broken ones\n\nDedicated to Daria Bogatova \u2665") commander .command("inspect <url>")