From 78d94cc6a5369f8b19e97114ce19d947bde2089c Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 22 Apr 2020 22:29:54 +0200 Subject: [PATCH] Prepare v1.7.0.3 --- README.md | 2 +- manifest.json | 4 ++-- updates.json | 6 +++--- updates_lp.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 547ab51..a7030f3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi)\ + [Download and install the latest version](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi)\ Or first visit the [releases page](https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases).\ Here you can also find a limited permissions version (custom sites not working though).\ Install add-on by downloading xpi-file (assets). diff --git a/manifest.json b/manifest.json index 1e3c929..66d178f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "applications": { "gecko": { "id": "magnolia@12.34", - "update_url": "https://raw.githubusercontent.com/magnolia1234/bypass-paywalls-firefox-clean/master/updates.json" + "update_url": "https://raw.githubusercontent.com/magnolia1234-new/bypass-paywalls-firefox-clean/master/updates.json" } }, "browser_action": { @@ -39,5 +39,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.7.0.2" + "version": "1.7.0.3" } \ No newline at end of file diff --git a/updates.json b/updates.json index 5616d02..c133f3c 100644 --- a/updates.json +++ b/updates.json @@ -3,10 +3,10 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.7.0.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean-1.7.0.1-an+fx.xpi" }, { "version": "1.7.0.2", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean-1.7.0.2-an+fx.xpi" }, + { "version": "1.7.0.3", + "update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean-1.7.0.3-an+fx.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index 6fd7c0c..7fef2b3 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -3,10 +3,10 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "1.7.0.1", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.1/bypass_paywalls_clean_lp-1.7.0.1-an+fx.xpi" }, { "version": "1.7.0.2", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean_lp-1.7.0.2-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.2/bypass_paywalls_clean_lp-1.7.0.2-an+fx.xpi" }, + { "version": "1.7.0.3", + "update_link": "https://github.com/magnolia1234-new/bypass-paywalls-firefox-clean/releases/download/v1.7.0.3/bypass_paywalls_clean_lp-1.7.0.3-an+fx.xpi" } ] } }