diff --git a/extension/data/tbutils.js b/extension/data/tbutils.js index e2a80c1..b02d9ff 100644 --- a/extension/data/tbutils.js +++ b/extension/data/tbutils.js @@ -96,8 +96,8 @@ function initwrapper() { // Public variables - TBUtils.toolboxVersion = `3.8.3${(betaRelease) ? ' (beta)' : ''}`; - TBUtils.shortVersion = 383; //don't forget to change this one! This is used for the 'new version' notification. + TBUtils.toolboxVersion = `3.8.5${(betaRelease) ? ' (beta)' : ''}`; + TBUtils.shortVersion = 385; //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; diff --git a/extension/manifest.json b/extension/manifest.json index 05a4e1c..18e42fb 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.8.3", - "version_name": "3.8.3: \"Cleaning Cockcroach\"", + "version": "3.8.5", + "version_name": "3.8.5: \"Cleaning Cockcroach\"", "options_page": "data/background/options.html", "applications": { "gecko": {