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

Commit

Permalink
3.4 Modmailing Mallard
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Sep 17, 2016
1 parent 4072e6b commit b96e4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function initwrapper() {
newLogin = (cacheName != TBUtils.logged),
getnewLong = (((now - lastgetLong) / (60 * 1000) > longLength) || newLogin),
getnewShort = (((now - lastgetShort) / (60 * 1000) > shortLength) || newLogin),
betaRelease = true, /// DO NOT FORGET TO SET FALSE BEFORE FINAL RELEASE! ///
betaRelease = false, /// DO NOT FORGET TO SET FALSE BEFORE FINAL RELEASE! ///
gettingModSubs = false,
getModSubsCallbacks = [],
invalidPostSites = ['subreddits you moderate', 'mod (filtered)', 'all'],
Expand Down Expand Up @@ -94,7 +94,7 @@ 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.releaseName = 'The Dev Awakens';
TBUtils.releaseName = 'Modmailing Mallard';
TBUtils.configSchema = 1;
TBUtils.notesSchema = 6;
TBUtils.notesMinSchema = 4;
Expand Down

0 comments on commit b96e4df

Please sign in to comment.