From 806072fbf1a9349b341a7c00b90ce145fb29220e Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 18 Mar 2025 15:56:41 +0100 Subject: [PATCH] bump version to 1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f84ea8..eceed6e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hostinfo", "description": "Receive information of a domain directly in the browser when browsing a website", "private": true, - "version": "1.3", + "version": "1.4", "type": "module", "scripts": { "dev": "wxt",