From 6ce22de8a61a498921af2e4dbd998762a6c22525 Mon Sep 17 00:00:00 2001 From: "J-K. Solbakken" Date: Mon, 15 Jul 2024 20:11:43 +0200 Subject: [PATCH] version 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cec557..13cb260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfollower", - "version": "1.1.5", + "version": "1.2.0", "type": "module", "description": "Command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.", "main": "cli.js",