diff --git a/manifest.json b/manifest.json index cdf6a57..c77bea9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Tab Renamer", - "version": "0.6.0", + "version": "1.0.0", "description": "Customize your tab titles and favicons for a more organized browsing experience.", "permissions": [ "tabs", diff --git a/package-lock.json b/package-lock.json index 1c8fb2d..3c2ac53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tab-renamer-extension", - "version": "0.6.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tab-renamer-extension", - "version": "0.6.0", + "version": "1.0.0", "license": "ISC", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 09e5f1e..d9f379e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-renamer-extension", - "version": "0.6.0", + "version": "1.0.0", "description": "", "main": "background.js", "scripts": {