Skip to content

Commit

Permalink
Cleanup for release; bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Sep 24, 2018
1 parent 58a4c60 commit 8c1c02e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ Additional contributors (in alphabetical order):
- [panozzaj](https://github.com/panozzaj)
- [Procyon-b](https://github.com/Procyon-b)
- [rspeed](https://github.com/rspeed)


2 changes: 1 addition & 1 deletion src/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ chrome.runtime.onMessage.addListener(
text: '1',
tabId: sender.tab.id
});
});
});
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const DEBUG=true;
const DEBUG=false;
let numseen=0, numspoiled=0;
let unspoiled=[];

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Greg Sadetsky et al.",
"manifest_version": 2,
"name": "Don't add custom search engines",
"version": "0.0.4.1",
"version": "0.0.5",
"description": "Prevent Google Chrome from auto-adding custom search engines",
"minimum_chrome_version": "49.0.0.0",
"offline_enabled": true,
Expand Down

0 comments on commit 8c1c02e

Please sign in to comment.