Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/v2/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion config/v3/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down