Switch to using beta channel

This commit is contained in:
kkapsner 2017-12-19 00:28:42 +01:00
parent 18ceb998e0
commit 596a7ca33b
3 changed files with 3 additions and 2 deletions

View File

@ -84,6 +84,7 @@
});
}
});
if (browser.contentScripts){
let unregister = function(){};
let lastRegistering;

View File

@ -1,7 +1,7 @@
{
"name": "CanvasBlocker",
"description": "__MSG_addon_description__",
"version": "0.4.4-Development",
"version": "0.4.4alpha",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"

View File

@ -1,4 +1,4 @@
Version 0.4.3d:
Version 0.4.4:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all