From 2358d72785f282a05e684ee6495b9f1f88d0520e Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Thu, 20 Feb 2020 21:36:49 +0100 Subject: [PATCH] Prepare release v1.6.4.4 --- README.md | 2 +- manifest.json | 2 +- updates.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b6fbcc..1bf3fd7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * [License](#license) ### Installation - [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.3/bypass_paywalls_clean-1.6.4.3-an+fx.xpi)\ + [Download and install the latest version](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.4/bypass_paywalls_clean-1.6.4.4-an+fx.xpi)\ Or first visit the [releases page](https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases).\ Install add-on by downloading xpi-file (assets). diff --git a/manifest.json b/manifest.json index c727576..67f715d 100644 --- a/manifest.json +++ b/manifest.json @@ -44,5 +44,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.6.4.3" + "version": "1.6.4.4" } \ No newline at end of file diff --git a/updates.json b/updates.json index b168a58..9d2f5d8 100644 --- a/updates.json +++ b/updates.json @@ -3,10 +3,10 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "1.6.4.2", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.2/bypass_paywalls_clean-1.6.4.2-an+fx.xpi" }, { "version": "1.6.4.3", - "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.3/bypass_paywalls_clean-1.6.4.3-an+fx.xpi" } + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.3/bypass_paywalls_clean-1.6.4.3-an+fx.xpi" }, + { "version": "1.6.4.4", + "update_link": "https://github.com/magnolia1234/bypass-paywalls-firefox-clean/releases/download/v1.6.4.4/bypass_paywalls_clean-1.6.4.4-an+fx.xpi" } ] } }