From f8b6f6e05ccce24aebc3c9f2419704f30ac917ee Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 21 Nov 2019 20:55:48 -0800 Subject: [PATCH] Prepare for v1.6.1 release --- README.md | 2 +- updates.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a94e9f..1d7b108 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.0/bypass_paywalls-1.6.0-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.1/bypass_paywalls-1.6.1-an+fx.xpi) ### Bypass the following sites' paywalls with this extension diff --git a/updates.json b/updates.json index 994ceed..ab970cc 100644 --- a/updates.json +++ b/updates.json @@ -32,7 +32,9 @@ { "version": "1.5.9", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.9/bypass_paywalls-1.5.9-an+fx.xpi" }, { "version": "1.6.0", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.0/bypass_paywalls-1.6.0-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.0/bypass_paywalls-1.6.0-an+fx.xpi" }, + { "version": "1.6.1", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.1/bypass_paywalls-1.6.1-an+fx.xpi" } ] } }