Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
version 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Mar 11, 2018
1 parent 662018d commit d29e4d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d29e4d3

Please sign in to comment.