diff --git a/package.json b/package.json index 39ea559..17c1100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-serp-vitals", - "version": "1.2.3", + "version": "1.3.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index d472042..9dda35b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Core SERP Vitals", "icons": { "128": "icon128.png"}, - "version": "1.2.3", + "version": "1.3.0", "description": "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.", "background": { "service_worker" : "background.js"