Skip to content

Commit

Permalink
v3.43.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
CanisLupus committed May 16, 2020
1 parent 7da109e commit 5e5dceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Swift Selection Search",
"version": "3.42.1",
"version": "3.43.0",

"description": "Swiftly access your search engines in a popup panel when you select text in a webpage. Context search menu also included!",
"homepage_url": "https://github.com/CanisLupus/swift-selection-search",
Expand Down
2 changes: 1 addition & 1 deletion src/swift-selection-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace SSS
/* ====== Swift Selection Search ====== */
/* ==================================== */

const DEBUG = true;
const DEBUG = false;
if (DEBUG) {
var log = console.log;
}
Expand Down

0 comments on commit 5e5dceb

Please sign in to comment.