diff --git a/changelog.txt b/changelog.txt index a99c1594..58372b2d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v2.0.1.0 (2020-12-27) Add Expansion (Spain) Add FreiePresse.de Add L'Obs (France) diff --git a/manifest.json b/manifest.json index 8787fe68..156f51c6 100644 --- a/manifest.json +++ b/manifest.json @@ -414,5 +414,5 @@ "*://*.repstatic.it/*", "*://*.userzoom.com/*" ], - "version": "2.0.0.4" + "version": "2.0.1.0" } \ No newline at end of file diff --git a/updates.json b/updates.json index 5f93918c..7432daec 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "2.0.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.0.0.0.xpi" } + { "version": "2.0.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.0.1.0.xpi" } ] } }