1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 09:38:31 +00:00

3.5.188. Continued bug fixing for Ember internals restructuring. Fixed enhanced following control again. Fixed a bug re-inserting deleted message history into chat.

This commit is contained in:
SirStendec 2016-05-25 01:06:27 -04:00
parent 574d627f79
commit 2cb07d6c78
9 changed files with 45 additions and 28 deletions

View file

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