Skip to content

Commit 1b17a96

Browse files
authored
Merge pull request #366 from ezzak/viol_ver_bump
Minor version bump for upcoming release 4.1.0
2 parents eb76d45 + cbaed05 commit 1b17a96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/v2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Code Verify",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"default_locale": "en",
66
"description": "An extension to verify the code running in your browser matches what was published.",
77
"page_action": {

config/v3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Code Verify",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"default_locale": "en",
66
"description": "An extension to verify the code running in your browser matches what was published.",
77
"action": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-code-verify",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Browser extensions to verify code running in the browser against a published manifest",
55
"main": "none",
66
"repository": "git@github.com:facebookincubator/meta-code-verify.git",

0 commit comments

Comments
 (0)