Release 2.1

This commit is contained in:
2026-02-24 16:49:50 +01:00
parent 7d614a2a7e
commit fea3cf5a62
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.0.0", "version": "2.1",
"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.0.0', version: '2.1',
permissions: [ permissions: [
'tabs', 'tabs',
'webRequest', 'webRequest',