Skip to content

Commit

Permalink
cicd: Fix version number (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Softrams authored Jul 27, 2022
1 parent f81a44f commit 2dd9e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Former2 Helper",
"version": "1.59",
"version": "1.59.1",
"manifest_version": 3,
"description": "Helps avoid CORS issues with former2.com",
"content_security_policy": {
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Former2 Helper",
"version": "1.59",
"version": "1.59.1",
"manifest_version": 2,
"description": "Helps avoid CORS issues with former2.com",
"content_security_policy": "script-src 'self'; object-src 'self'",
Expand Down

0 comments on commit 2dd9e18

Please sign in to comment.