diff --git a/chrome/manifest.json b/chrome/manifest.json index 116a90a..3dbb06d 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -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": { diff --git a/firefox/manifest.json b/firefox/manifest.json index 4387965..5e46a20 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -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'",