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

3.5.314. Moderation card tweaks.

This commit is contained in:
SirStendec 2016-10-05 02:16:36 -04:00
parent 695a013f4a
commit 21e823a15c
5 changed files with 32 additions and 10 deletions

View file

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