diff --git a/Info.plist b/Info.plist index e2809c2..66e95f5 100644 --- a/Info.plist +++ b/Info.plist @@ -13,9 +13,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 3.2.0 + 3.2.1 CFBundleVersion - 320 + 321 Chrome Global Page diff --git a/manifest.json b/manifest.json index 5b04c42..65b6851 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package.json b/package.json index 1cf4d27..e1fb230 100644 --- a/package.json +++ b/package.json @@ -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 } -} \ No newline at end of file +} diff --git a/tbutils.js b/tbutils.js index 0050d5c..e2f87d2 100644 --- a/tbutils.js +++ b/tbutils.js @@ -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;