1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 02:28:31 +00:00

3.5.337. Chatter count on dashboard. Channel-specific badge fixes. Stuff.

This commit is contained in:
SirStendec 2016-10-18 00:35:31 -04:00
parent a89b71f0a2
commit f04edf7f54
10 changed files with 98 additions and 55 deletions

View file

@ -35,7 +35,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 334,
major: 3, minor: 5, revision: 337,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}