1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 12:50:36 +01:00

Changes for release submission.

This commit is contained in:
kkapsner 2016-11-03 17:58:17 +01:00
parent e931fa997c
commit e1f2b69405
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -88,7 +88,7 @@
mode = "allow"; mode = "allow";
break; break;
default: default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything."); // console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
} }
return mode; return mode;
} }

View File

@ -133,7 +133,7 @@
"main": "lib/main.js", "main": "lib/main.js",
"author": "Korbinian Kapsner", "author": "Korbinian Kapsner",
"license": "MPL 2.0", "license": "MPL 2.0",
"version": "0.3.2-Development", "version": "0.3.2-Release",
"engines": { "engines": {
"firefox": ">=38.0a1", "firefox": ">=38.0a1",