Skip to content

Commit

Permalink
4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Mar 30, 2018
1 parent a26ff38 commit 394f2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function initwrapper(userDetails, newModSubs) {

TBUtils.toolboxVersion = `${manifest.version}${(betaRelease) ? ' (beta)' : ''}`;
TBUtils.shortVersion = shortVersion;
TBUtils.releaseName = 'Alpha Aardvark';
TBUtils.releaseName = 'New Narwhal';
TBUtils.configSchema = 1;
TBUtils.notesSchema = 6;
TBUtils.notesMinSchema = 4;
Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"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": "4.0.14",
"version_name": "4.0.14: \"Alpha Aardvark\"",
"version": "4.0.15",
"version_name": "4.0.15: \"New Narwhal\"",
"options_page": "data/background/options.html",
"applications": {
"gecko": {
Expand Down

0 comments on commit 394f2bc

Please sign in to comment.