Skip to content

Commit

Permalink
2.12.0 - remove dev debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez committed May 15, 2017
1 parent fc4355e commit c907a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "2.11.0",
"version": "2.12.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from '../../lib/helpers.js'

const isDevMode = () => !('update_url' in chrome.runtime.getManifest())
if (isDevMode) {
if (isDevMode && false) {
chrome.browserAction.setBadgeText({ text: 'dev' })
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TidyTab",
"private": true,
"version": "2.11.0",
"version": "2.12.0",
"description": "Tidy those tabs!",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit c907a96

Please sign in to comment.