From e97fe15695f84a94492435f40fd567adfa38b5e7 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Fri, 26 Jun 2020 16:46:46 -0400 Subject: [PATCH] Version bump. --- package.json | 2 +- src/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d0db81a..e9263e7 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 9a03d3d..2da12a7 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>") -- GitLab