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',