From 61812712af348ee487a742dba7fa2eececb3f9c2 Mon Sep 17 00:00:00 2001 From: Rick Viscomi Date: Mon, 9 Sep 2024 11:26:07 -0400 Subject: [PATCH] bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1a4ce67..61c9507 100755 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Vitals", - "version": "1.5.1", + "version": "1.5.2", "manifest_version": 3, "description": "Measure metrics for a healthy site", "homepage_url": "https://web.dev/articles/vitals", diff --git a/package.json b/package.json index 2090d10..9392749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-vitals-extension", - "version": "1.5.1", + "version": "1.5.2", "description": "Instant Web Vitals metrics", "main": "src/browser_action/vitals.js", "repository": "https://github.com/GoogleChrome/web-vitals-extension",