diff --git a/README.md b/README.md index 7412ede..f024489 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.5/bypass_paywalls-1.5.5-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.6/bypass_paywalls-1.5.6-an+fx.xpi) ### Bypass the following sites' paywalls with this extension diff --git a/manifest.json b/manifest.json index ea828f8..6f9fc02 100644 --- a/manifest.json +++ b/manifest.json @@ -122,5 +122,5 @@ "*://*.wired.com/*", "*://*.thediplomat.com/*" ], - "version": "1.5.5" + "version": "1.5.6" } \ No newline at end of file diff --git a/updates.json b/updates.json index ea8bebf..f6fe079 100644 --- a/updates.json +++ b/updates.json @@ -22,7 +22,9 @@ { "version": "1.5.3", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.3/bypass_paywalls-1.5.3-an+fx.xpi" }, { "version": "1.5.5", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.5/bypass_paywalls-1.5.5-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.5/bypass_paywalls-1.5.5-an+fx.xpi" }, + { "version": "1.5.6", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.6/bypass_paywalls-1.5.6-an+fx.xpi" } ] } }