From fea3cf5a6285d3d67db1a070f9e439f9848b4d54 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 24 Feb 2026 16:49:50 +0100 Subject: [PATCH] Release 2.1 --- package.json | 2 +- wxt.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c135e4..dd41d92 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": "2.0.0", + "version": "2.1", "type": "module", "scripts": { "dev": "wxt", diff --git a/wxt.config.ts b/wxt.config.ts index f8edf2b..433ed3f 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ manifest: { name: 'Host Info', description: 'Get host information', - version: '2.0.0', + version: '2.1', permissions: [ 'tabs', 'webRequest',