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

3.5.307. Increment the version. Update ISSUE_TEMPLATE to be a bit simpler.

This commit is contained in:
SirStendec 2016-10-03 18:36:59 -04:00
parent 5a6619d591
commit 97ea944f43
3 changed files with 8 additions and 4 deletions

View file

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