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

3.5.329. Found this faster than I thought I would. Teaches me to include Twitch analytics functions. Closes #31.

This commit is contained in:
SirStendec 2016-10-14 02:09:26 -04:00
parent ef3f18081c
commit 13efe21492
3 changed files with 7 additions and 3 deletions

View file

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