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

3.5.421. Fix bits stuff.

This commit is contained in:
SirStendec 2017-01-26 11:12:38 -05:00
parent 0b21f20906
commit 8f75ca2d12
4 changed files with 21 additions and 16 deletions

View file

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