From e73145d1a1c629690ee6d1658ef2af8319020773 Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Tue, 21 Nov 2023 21:50:44 -0800 Subject: [PATCH] update package version to 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1733b81..48fcb82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "link-inspector", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "link-inspector", - "version": "1.1.0", + "version": "1.1.1", "license": "AGPL-3.0-or-later", "dependencies": { "link-check": "^5.2.0" diff --git a/package.json b/package.json index e69bb78..d943fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "link-inspector", - "version": "1.1.0", + "version": "1.1.1", "description": "A npx package that automatically scans files and directories broken links.", "main": "index.js", "bin": {