1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00

Why, Twitch? Closes #16

This commit is contained in:
SirStendec 2016-10-04 12:06:49 -04:00
parent e3cf6cb777
commit 91e8cb5739
3 changed files with 10 additions and 1 deletions

View file

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