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

Commit

Permalink
manifest and tbutils updated to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Sep 18, 2016
1 parent 081d8b6 commit 6ace963
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.4.0</string>
<string>3.4.1</string>
<key>CFBundleVersion</key>
<string>340</string>
<string>341</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 @@ -92,8 +92,8 @@ function initwrapper() {


// Public variables
TBUtils.toolboxVersion = '3.4.0' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 340; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.toolboxVersion = '3.4.1' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 341; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.releaseName = 'Modmailing Mallard';
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.4.0",
"version": "3.4.1",
"options_page": "data/background/options.html",
"applications": {
"gecko": {
Expand Down

0 comments on commit 6ace963

Please sign in to comment.