Skip to content

Commit 1ab44fe

Browse files
committed
Bump version to 1.6
1 parent fac32c5 commit 1ab44fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 lastest release [libredirect-1.5.9.zip](https://github.com/libredirect/libredirect/releases/download/v1.5.9/libredirect-1.5.9.zip)
2+
- Download the lastest release [libredirect-1.6.0.zip](https://github.com/libredirect/libredirect/releases/download/v1.6.0/libredirect-1.6.0.zip)
33
- Unzip it with `Auto detect subfolder`
44
- Open `chrome://extensions`
55
- Enable `dev mode`
6-
- Click `Load unpacked`. Select and Open `libredirect-1.5.9/`
6+
- Click `Load unpacked`. Select and Open `libredirect-1.6.0/`
77

88
Updates are automatic
99

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.9",
4+
"version": "1.6.0",
55
"manifest_version": 2,
66
"browser_specific_settings": {
77
"gecko": {

src/updates/updates.xml

Lines changed: 1 addition & 1 deletion
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='oladmjdebphlnjjcnomfhhbfdldiimaf'>
4-
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.9/libredirect-1.5.9.crx' version='1.5.9' />
4+
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.6.0/libredirect-1.6.0.crx' version='1.6.0' />
55
</app>
66
</gupdate>

0 commit comments

Comments
 (0)