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

Commit 99b47d2

Browse files
committed
v3.8.5
1 parent 9dc5e0c commit 99b47d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extension/data/tbutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ function initwrapper() {
9696

9797

9898
// Public variables
99-
TBUtils.toolboxVersion = `3.8.3${(betaRelease) ? ' (beta)' : ''}`;
100-
TBUtils.shortVersion = 383; //don't forget to change this one! This is used for the 'new version' notification.
99+
TBUtils.toolboxVersion = `3.8.5${(betaRelease) ? ' (beta)' : ''}`;
100+
TBUtils.shortVersion = 385; //don't forget to change this one! This is used for the 'new version' notification.
101101
TBUtils.releaseName = 'Cleaning Cockcroach';
102102
TBUtils.configSchema = 1;
103103
TBUtils.notesSchema = 6;

extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"author": "toolbox team",
55
"short_name": "toolbox",
66
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
7-
"version": "3.8.3",
8-
"version_name": "3.8.3: \"Cleaning Cockcroach\"",
7+
"version": "3.8.5",
8+
"version_name": "3.8.5: \"Cleaning Cockcroach\"",
99
"options_page": "data/background/options.html",
1010
"applications": {
1111
"gecko": {

0 commit comments

Comments
 (0)