From 9410031c6210d349af2f54f0a96f7ae00b2ac011 Mon Sep 17 00:00:00 2001 From: Chris Johnson <49479599+workeffortwaste@users.noreply.github.com> Date: Fri, 20 May 2022 09:54:10 +0100 Subject: [PATCH] Bump version --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 57d40de..88e484e 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.3.3", + "version": "1.3.4", "description": "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.", "background": { "service_worker" : "background.js"