From d29e4d3532e2438fb1155be8ac40e2a96119f093 Mon Sep 17 00:00:00 2001 From: creesch Date: Sun, 11 Mar 2018 16:50:14 +0100 Subject: [PATCH] version 3.7.2 --- extension/data/tbutils.js | 6 +++--- extension/manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/data/tbutils.js b/extension/data/tbutils.js index 4da8b18..69bdf44 100644 --- a/extension/data/tbutils.js +++ b/extension/data/tbutils.js @@ -124,8 +124,8 @@ function initwrapper() { // Public variables - TBUtils.toolboxVersion = `3.7.1${(betaRelease) ? ' (beta)' : ''}`; - TBUtils.shortVersion = 371; //don't forget to change this one! This is used for the 'new version' notification. + TBUtils.toolboxVersion = `3.7.2${(betaRelease) ? ' (beta)' : ''}`; + TBUtils.shortVersion = 372; //don't forget to change this one! This is used for the 'new version' notification. TBUtils.releaseName = 'Cleaning Cockcroach'; TBUtils.configSchema = 1; TBUtils.notesSchema = 6; @@ -922,7 +922,7 @@ function initwrapper() { find = find.replace(/([.*+?^=!:${}()|\[\]\/\\])/g, '\\$1'); return str.replace(new RegExp(find, 'g'), replace); }; - + /** * Will compare the input color to a list of known color names and return the HEX value * @function colorNameToHex diff --git a/extension/manifest.json b/extension/manifest.json index f3e16a5..e677b05 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,8 +4,8 @@ "author": "toolbox team", "short_name": "toolbox", "description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.", - "version": "3.7.1", - "version_name": "3.7.1: \"Cleaning Cockcroach\"", + "version": "3.7.2", + "version_name": "3.7.2: \"Cleaning Cockcroach\"", "options_page": "data/background/options.html", "applications": { "gecko": {