From f97f6cef7b4e3a98ffff97ecf0b7f23def4a69bc Mon Sep 17 00:00:00 2001 From: "J-K. Solbakken" Date: Thu, 2 Nov 2023 22:53:42 +0100 Subject: [PATCH] version 1.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dcc4b1..8d41bc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfollower", - "version": "1.1.2", + "version": "1.1.3", "type": "module", "description": "Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.", "main": "cli.js",