Skip to content

Commit

Permalink
V5.2.0 Spying Squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Oct 17, 2019
1 parent 078b632 commit 8bca94a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
2 changes: 1 addition & 1 deletion extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function initwrapper ({userDetails, newModSubs, cacheDetails}) {

TBUtils.toolboxVersion = `${manifest.version}${betaRelease ? ' (beta)' : ''}`;
TBUtils.shortVersion = shortVersion;
TBUtils.releaseName = 'Harmonizing Hare';
TBUtils.releaseName = 'Spying Squirrel';
TBUtils.configSchema = 1;
TBUtils.configMinSchema = 1;
TBUtils.configMaxSchema = 1;
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": "5.1.0",
"version_name": "5.1.0: \"Harmonizing Hare\"",
"version": "5.2.0",
"version_name": "5.2.0: \"Spying Squirrel\"",
"incognito": "split",
"applications": {
"gecko": {
Expand Down
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bca94a

Please sign in to comment.