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",