1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 17:48:30 +00:00

3.5.138. Fixed Chat Room Management tooltip. Fixed subscriber emote favorite stars. Fixed chat lines as much as I can for now.

This commit is contained in:
SirStendec 2016-03-24 14:48:53 -04:00
parent 4972ae3c54
commit e6757432a8
4 changed files with 46 additions and 20 deletions

View file

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