Release 2.2

This commit is contained in:
2026-03-07 01:26:27 +01:00
parent b488b7576a
commit 283ebe4dcb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "hostinfo", "name": "hostinfo",
"description": "Receive information of a domain directly in the browser when browsing a website", "description": "Receive information of a domain directly in the browser when browsing a website",
"private": true, "private": true,
"version": "2.1", "version": "2.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "wxt", "dev": "wxt",
+1 -1
View File
@@ -7,7 +7,7 @@ export default defineConfig({
manifest: { manifest: {
name: 'Host Info', name: 'Host Info',
description: 'Get host information', description: 'Get host information',
version: '2.1', version: '2.2',
permissions: [ permissions: [
'tabs', 'tabs',
'webRequest', 'webRequest',