1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.369. Re-add Hide Promoted Games. Add high-DPI FFZ badges. Fix moderation card additional buttons with multiple commands.

This commit is contained in:
SirStendec 2016-11-12 11:58:38 -05:00
parent 830726432b
commit 35b0665618
9 changed files with 129 additions and 64 deletions

View file

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