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

Commit

Permalink
Updated version #
Browse files Browse the repository at this point in the history
  • Loading branch information
agentlame committed Oct 18, 2013
1 parent e837d40 commit d287ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function main() {

// Public variables
TBUtils.version = 4;
TBUtils.toolboxVersion = '1.1';
TBUtils.shortVersion = 110; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.toolboxVersion = '1.3';
TBUtils.shortVersion = 130; //don't forget to change this one! This is used for the 'new version' notification.
TBUtils.NO_WIKI_PAGE = 'NO_WIKI_PAGE';
TBUtils.WIKI_PAGE_UNKNOWN = 'WIKI_PAGE_UNKNOWN';
TBUtils.isModmail = location.pathname.match(/\/message\/(?:moderator)\/?/);
Expand Down

0 comments on commit d287ed4

Please sign in to comment.