1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.382. Fix bits breaking chat again. Hopefully bits are somewhat more hardened against Twitch randomly making a minor change that breaks everything now. But probably not.

This commit is contained in:
SirStendec 2016-11-28 19:09:17 -05:00
parent d7000f2f06
commit 875e15fde2
3 changed files with 8 additions and 3 deletions

View file

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