This repository was archived by the owner on Jun 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments