Skip to content

Commit

Permalink
2.8.5 => 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Aug 4, 2024
1 parent 101e2eb commit ed67e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
"start_ar": "web-ext run --firefox=/home/esmail/software/firefox_ar/firefox",
"android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.firefox --adb-remove-old-artifacts",
"build": "web-ext build",
"build": "web-ext build -i pages/options_src -i pages/popup_src pages/icons -i pages/popup_src -i pages/components",
"build_chromium": "brave-browser --pack-extension=src/ --pack-extension-key=src.pem",
"test": "web-ext lint",
"html": "rollup -c --config-popup && rollup -c --config-options"
},
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='oladmjdebphlnjjcnomfhhbfdldiimaf'>
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.8.5/libredirect-2.8.5.crx' version='2.8.5' />
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.9.0/libredirect-2.9.0.crx' version='2.9.0' />
</app>
</gupdate>

0 comments on commit ed67e70

Please sign in to comment.