1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.362. Fix player positioning CSS. Fix subscriber badges on sub notices. Fix Twitch Feed integration. Dark theme tweaks.

This commit is contained in:
SirStendec 2016-11-03 21:44:44 -04:00
parent e1538fe672
commit ff6f23b07e
9 changed files with 47 additions and 31 deletions

View file

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