Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed May 27, 2016
1 parent 4213329 commit 53a38a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "AdNauseam",
"version": "2.1.21",
"version": "2.2.0",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/adn/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
µb = µBlock,
listEntries,
profiler = 0,
production = 0,
production = 1,
lastActivity = 0,
maxAttemptsPerAd = 3,
visitTimeout = 20000,
Expand Down

0 comments on commit 53a38a2

Please sign in to comment.