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:
parent
ef3f18081c
commit
13efe21492
3 changed files with 7 additions and 3 deletions
|
@ -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 || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue