Skip to content

Commit

Permalink
Prepare for v1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamadamdev committed May 22, 2020
1 parent 43ac624 commit 06c43db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
* [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)
* [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.2/bypass-paywalls-firefox.xpi)

**Notes**
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.
Expand Down
2 changes: 1 addition & 1 deletion manifest-ff.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@
"*://*.wsj.com/*",
"*://*.nzz.ch/*"
],
"version": "1.7.1"
"version": "1.7.2"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "1.7.1"
"version": "1.7.2"
}
4 changes: 2 additions & 2 deletions src/updates/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.7.1/bypass_paywalls-1.7.1-an+fx.xpi" }
{ "version": "1.7.2",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.2/bypass-paywalls-firefox.xpi" }
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/updates/updates.xml
Original file line number Diff line number Diff line change
@@ -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.1/bypass-paywalls-chrome.crx' version='1.7.1' />
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.2/bypass-paywalls-chrome.crx' version='1.7.2' />
</app>
</gupdate>

0 comments on commit 06c43db

Please sign in to comment.