Skip to content

Commit

Permalink
Changes for release submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkapsner committed Nov 3, 2016
1 parent e931fa9 commit e1f2b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified canvasblocker.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
mode = "allow";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"main": "lib/main.js",
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.3.2-Development",
"version": "0.3.2-Release",

"engines": {
"firefox": ">=38.0a1",
Expand Down

0 comments on commit e1f2b69

Please sign in to comment.