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

3.5.322. Fix the channel bar and the video manager player size.

This commit is contained in:
SirStendec 2016-10-11 23:00:05 -04:00
parent 3dcba207b4
commit d098e402b4
4 changed files with 8 additions and 4 deletions

View file

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