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

Commit

Permalink
3.6.3 because 3.6.2 is potentially broke in production firefox but we…
Browse files Browse the repository at this point in the history
… can't test it because firefox doesn't allow that!
  • Loading branch information
creesch committed Feb 20, 2017
1 parent d34581a commit 469d9be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>3.6.2</string>
<string>3.6.3</string>
<key>CFBundleVersion</key>
<string>362</string>
<string>363</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
4 changes: 2 additions & 2 deletions extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ function initwrapper() {


// Public variables
TBUtils.toolboxVersion = '3.6.2' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 362; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.toolboxVersion = '3.6.3' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 363; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.releaseName = 'Communicating Cat';
TBUtils.configSchema = 1;
TBUtils.notesSchema = 6;
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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.6.2",
"version": "3.6.3",
"options_page": "data/background/options.html",
"applications": {
"gecko": {
Expand Down

0 comments on commit 469d9be

Please sign in to comment.