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

Commit

Permalink
3.2.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
agentlame committed Jul 27, 2015
1 parent d99a2fd commit 01290ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.2.0</string>
<string>3.2.1</string>
<key>CFBundleVersion</key>
<string>320</string>
<string>321</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Moderator toolbox for reddit",
"short_name": "toolbox",
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
"version": "3.2.0",
"version": "3.2.1",
"permissions": [
"https://*.reddit.com/",
"http://*.reddit.com/",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
"license": "Apache 2.0",
"author": "team toolbox",
"version": "3.2.0",
"version": "3.2.1",
"fullName": "Moderator toolbox for reddit",
"id": "yes",
"name": "reddit_mod_tb",
"permissions": {
"private-browsing": true
}
}
}
4 changes: 2 additions & 2 deletions tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function initwrapper() {


// Public variables
TBUtils.toolboxVersion = '3.2.0' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 320; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.toolboxVersion = '3.2.1' + ((betaRelease) ? ' (beta)' : '');
TBUtils.shortVersion = 321; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.releaseName = 'Blackout Bear';
TBUtils.configSchema = 1;
TBUtils.notesSchema = 6;
Expand Down

0 comments on commit 01290ad

Please sign in to comment.