Skip to content

Commit 774c684

Browse files
committed
npm update. Bump version => 1.5.7
1 parent 75964b5 commit 774c684

File tree

4 files changed

+55
-55
lines changed

4 files changed

+55
-55
lines changed

chromium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Install in Chromium, Brave and Chrome
2-
- Download the latest Source Code https://github.com/libredirect/libredirect/tree/v1.5.6
2+
- Download the latest Source Code https://github.com/libredirect/libredirect/tree/v1.5.7
33
- Unzip the file
44
- Open `chrome://extensions`
55
- Enable `dev mode`
6-
- Click `Load unpacked`. Select and Open the `src` folder, ex: `./libredirect-1.5.6/src/`
6+
- Click `Load unpacked`. Select and Open the `src` folder, ex: `./libredirect-1.5.7/src/`
77

88
Updates are automatic
99

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "LibRedirect",
33
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"manifest_version": 2,
66
"browser_specific_settings": {
77
"gecko": {

src/updates/updates.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='ongajcjccibkomjojhfmjedolopocllf'>
4-
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.6/libredirect-1.5.6.crx' version='1.5.6' />
4+
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.7/libredirect-1.5.7.crx' version='1.5.7' />
55
</app>
6-
</gupdate>
6+
</gupdate>

0 commit comments

Comments
 (0)