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

3.5.524. Add socket server status to the Debug menu. Update the emoji regex. Fix global emote tooltips.

This commit is contained in:
SirStendec 2017-09-17 14:21:49 -04:00
parent d208fcb3b6
commit 35ce17e3ee
8 changed files with 87 additions and 24 deletions

View file

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