From d5a4fcbe5a1f312d65a1b4015668bdc7b9917042 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Wed, 19 Mar 2025 22:08:35 +0100 Subject: [PATCH] bump version to 1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eceed6e..ccd651b 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.4", + "version": "1.5", "type": "module", "scripts": { "dev": "wxt",