From cbaed05b01900fe8a138e9566b3a00ff98750d61 Mon Sep 17 00:00:00 2001 From: Ezzudin Alkotob Date: Tue, 9 Sep 2025 10:49:48 -0700 Subject: [PATCH] 4.1.0 --- config/v2/manifest.json | 2 +- config/v3/manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/v2/manifest.json b/config/v2/manifest.json index 7a57032..4c3eacd 100644 --- a/config/v2/manifest.json +++ b/config/v2/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Code Verify", - "version": "4.0.0", + "version": "4.1.0", "default_locale": "en", "description": "An extension to verify the code running in your browser matches what was published.", "page_action": { diff --git a/config/v3/manifest.json b/config/v3/manifest.json index 51f7b7a..4810286 100644 --- a/config/v3/manifest.json +++ b/config/v3/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Code Verify", - "version": "4.0.0", + "version": "4.1.0", "default_locale": "en", "description": "An extension to verify the code running in your browser matches what was published.", "action": { diff --git a/package.json b/package.json index be309e8..4090b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meta-code-verify", - "version": "4.0.0", + "version": "4.1.0", "description": "Browser extensions to verify code running in the browser against a published manifest", "main": "none", "repository": "git@github.com:facebookincubator/meta-code-verify.git",