diff --git a/changelog.txt b/changelog.txt index e54a697f..96cbe53d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v3.0.1.0 (2023-01-15) Fix Inc42 Fix LesEchos.fr (investir) Fix Madsack Mediengruppe (identify site in cs) diff --git a/manifest.json b/manifest.json index 7f8d9384..134fe93a 100644 --- a/manifest.json +++ b/manifest.json @@ -719,5 +719,5 @@ "*://*.wallkit.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.0.0.8" + "version": "3.0.1.0" } diff --git a/updates.json b/updates.json index ea5c58d0..8522f7e3 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "3.0.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.0.0.xpi" } + { "version": "3.0.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.0.1.0.xpi" } ] } }