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

3.5.360. Move twitch_emotes.json. CSS tweaks. Fix hosting layout.

This commit is contained in:
SirStendec 2016-10-31 23:51:03 -04:00
parent d472993aa3
commit c8a7d65732
7 changed files with 61 additions and 32 deletions

View file

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