Skip to content

Commit 6e7a27f

Browse files
committed
Bump version => 1.5.9
1 parent 61073f2 commit 6e7a27f

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.8.zip](https://github.com/libredirect/libredirect/releases/download/v1.5.8/libredirect-1.5.8.zip)
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)
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.8/`
6+
- Click `Load unpacked`. Select and Open `libredirect-1.5.9/`
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.8",
4+
"version": "1.5.9",
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.8/libredirect-1.5.8.crx' version='1.5.8' />
4+
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.9/libredirect-1.5.9.crx' version='1.5.9' />
55
</app>
66
</gupdate>

0 commit comments

Comments
 (0)