Prepare for v1.7.1 release

This commit is contained in:
Adam 2020-05-03 11:32:08 -07:00
parent 41f2bc0f74
commit de0a2ca7c9
5 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
1. Drag the `bypass-paywalls-chrome-master` folder anywhere on the page to import it (do not delete the folder afterwards).
**Mozilla Firefox**
1. [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.9/bypass_paywalls-1.6.9-an+fx.xpi)
1. [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.7.1/bypass_paywalls-1.7.1-an+fx.xpi)
**Notes**
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.

View File

@ -220,5 +220,5 @@
"*://*.wired.com/*",
"*://*.wsj.com/*"
],
"version": "1.7.0"
"version": "1.7.1"
}

View File

@ -34,5 +34,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "1.7.0"
"version": "1.7.1"
}

View File

@ -45,8 +45,8 @@
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.6/bypass_paywalls-1.6.6-an+fx.xpi" },
{ "version": "1.6.9",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.6.9/bypass_paywalls-1.6.9-an+fx.xpi" },
{ "version": "1.7.0",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.7.0/bypass_paywalls-1.7.0-an+fx.xpi" }
{ "version": "1.7.1",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.7.1/bypass_paywalls-1.7.1-an+fx.xpi" }
]
}
}

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='dcpihecpambacapedldabdbpakmachpb'>
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.0/bypass-paywalls-chrome.crx' version='1.7.0' />
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.1/bypass-paywalls-chrome.crx' version='1.7.1' />
</app>
</gupdate>