From 458cefb23246668dee9e65502c69fa3371b014ab Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Fri, 21 Jan 2022 06:27:17 -0500 Subject: [PATCH] 3.9.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d04bc7f..493b570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-link-check", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12d9cf4..7d9f94d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-link-check", - "version": "3.9.0", + "version": "3.9.1", "description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead", "bin": { "markdown-link-check": "markdown-link-check"