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

3.5.512. Fix blocked games in social bar. Dark CSS tweaks.

This commit is contained in:
SirStendec 2017-08-22 20:18:47 -04:00
parent cd4de226e2
commit 055386767f
6 changed files with 69 additions and 15 deletions

View file

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