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