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

3.5.331. #MakeHostingGreatAgain. Closes #19.

This commit is contained in:
SirStendec 2016-10-15 00:35:38 -04:00
parent 36f0b33d04
commit 12427d2750
11 changed files with 274 additions and 636 deletions

View file

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