From 3e9fe9a199005f0750cf99ca774b45beef2568dd Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 18 Mar 2025 12:55:38 +0100 Subject: [PATCH] bump version to 1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63c95b6..4f84ea8 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.2", + "version": "1.3", "type": "module", "scripts": { "dev": "wxt",