Skip to content

Commit

Permalink
Prepare for v1.7.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamadamdev committed Nov 21, 2020
1 parent 9523440 commit 2cd984c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

set -e

DOC_FILES="../README.md"
IMG_FILES="../src/icons/bypass.png"

Expand Down
2 changes: 1 addition & 1 deletion manifest-ff.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@
"*://*.pzc.nl/*",
"*://*.destentor.nl/*"
],
"version": "1.7.7"
"version": "1.7.8"
}
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.7"
"version": "1.7.8"
}
4 changes: 2 additions & 2 deletions src/updates/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"addons": {
"bypasspaywalls@bypasspaywalls.weebly.com": {
"updates": [
{ "version": "1.7.7",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.7/bypass-paywalls-firefox.xpi" }
{ "version": "1.7.8",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.8/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.7/bypass-paywalls-chrome.crx' version='1.7.7' />
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.7.8/bypass-paywalls-chrome.crx' version='1.7.8' />
</app>
</gupdate>

0 comments on commit 2cd984c

Please sign in to comment.