1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 02:28:31 +00:00

3.5.340. Fix sub count not showing on the dashboard. Clips dark theme fix.

This commit is contained in:
SirStendec 2016-10-19 13:55:12 -04:00
parent 3a3b30d4fd
commit 81aa67b203
6 changed files with 84 additions and 23 deletions

View file

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