1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

The Last Ever v3 Commit (Hopefully)

This commit is contained in:
SirStendec 2017-11-13 01:13:52 -05:00
parent e0bad1dc10
commit c2688646af
16 changed files with 396 additions and 121 deletions

View file

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