From 283ebe4dcb36b3fa1701b13739c1f72c431c7871 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 7 Mar 2026 01:26:27 +0100 Subject: [PATCH] Release 2.2 --- package.json | 2 +- wxt.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2216f88..2538a33 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.1", + "version": "2.2", "type": "module", "scripts": { "dev": "wxt", diff --git a/wxt.config.ts b/wxt.config.ts index 6e4f5df..6fd39c6 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.1', + version: '2.2', permissions: [ 'tabs', 'webRequest',