Skip to content

Commit

Permalink
npm update. Bump version => 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 23, 2022
1 parent 75964b5 commit 774c684
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions chromium.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Install in Chromium, Brave and Chrome
- Download the latest Source Code https://github.com/libredirect/libredirect/tree/v1.5.6
- Download the latest Source Code https://github.com/libredirect/libredirect/tree/v1.5.7
- Unzip the file
- Open `chrome://extensions`
- Enable `dev mode`
- Click `Load unpacked`. Select and Open the `src` folder, ex: `./libredirect-1.5.6/src/`
- Click `Load unpacked`. Select and Open the `src` folder, ex: `./libredirect-1.5.7/src/`

Updates are automatic

Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LibRedirect",
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
"version": "1.5.6",
"version": "1.5.7",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down
4 changes: 2 additions & 2 deletions 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='ongajcjccibkomjojhfmjedolopocllf'>
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.6/libredirect-1.5.6.crx' version='1.5.6' />
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.7/libredirect-1.5.7.crx' version='1.5.7' />
</app>
</gupdate>
</gupdate>

0 comments on commit 774c684

Please sign in to comment.