diff --git a/changelog.txt b/changelog.txt index f20caa9..1a039f1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release + +* v3.2.1.0 (2023-06-05) Add Boersen-zeitung.de Fix El Mercurio (not Inversiones/Legal) Fix ESPN USA diff --git a/custom/manifest.json b/custom/manifest.json index a868d7c..b9d8fb7 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.2.0.5" + "version": "3.2.1.0" } diff --git a/manifest.json b/manifest.json index 46606d5..215da98 100644 --- a/manifest.json +++ b/manifest.json @@ -757,5 +757,5 @@ "*://*.wyleex.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.2.0.5" + "version": "3.2.1.0" } diff --git a/updates.json b/updates.json index 929eff8..bc13be7 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "3.1.9.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.1.9.0.xpi" } + { "version": "3.2.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.1.0.xpi" } ] } } diff --git a/updates_custom.json b/updates_custom.json index f340eb6..542f878 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.2.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.0.0-custom.xpi" } + { "version": "3.2.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.2.1.0-custom.xpi" } ] } }