diff --git a/changelog.txt b/changelog.txt index a91f7305..0571f3a9 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.3.6.0 (2023-10-01) Add Conde Nast Traveler Add Salzburger Nachrichten Add The Columbian diff --git a/custom/manifest.json b/custom/manifest.json index 45ef25f2..83570ef5 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.3.5.8" + "version": "3.3.6.0" } diff --git a/manifest.json b/manifest.json index 85a67fad..5af8d8f7 100644 --- a/manifest.json +++ b/manifest.json @@ -796,5 +796,5 @@ "*://*.wyleex.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.3.5.8" + "version": "3.3.6.0" } diff --git a/updates_custom.json b/updates_custom.json index f31f11a0..7a0668f7 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.3.5.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.3.5.0-custom.xpi" } + { "version": "3.3.6.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.3.6.0-custom.xpi" } ] } }