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

3.5.521. Emote data stuff. Bugfixes. Rich content in chat. Server socket changes.

This commit is contained in:
SirStendec 2017-09-15 14:41:00 -04:00
parent aa084d71ec
commit d97a44326a
14 changed files with 996 additions and 194 deletions

View file

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