From df5eaba2225caa91fe6289d84956c5ea8c00db1c Mon Sep 17 00:00:00 2001 From: Christopher Stamper Date: Wed, 25 Oct 2023 11:12:05 -0700 Subject: [PATCH] Updated version to 22.0.0 in manifest.json --- src/extension/build/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/build/manifest.json b/src/extension/build/manifest.json index c453cf4b1..c807b79ee 100644 --- a/src/extension/build/manifest.json +++ b/src/extension/build/manifest.json @@ -1,6 +1,6 @@ { "name": "Reactime", - "version": "21.0.0", + "version": "22.0.0", "devtools_page": "devtools.html", "description": "A Chrome extension that helps debug React applications by memorizing the state of components with every render.", "manifest_version": 3,