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

Fixed a bug that'd probably cause out of order messages when disabling chat delay if things were timed just right. Added the Firefox upgrade notice.

This commit is contained in:
SirStendec 2015-08-14 13:39:32 -04:00
parent ad21cfa9ae
commit 56392cd879
3 changed files with 15 additions and 3 deletions

View file

@ -21,7 +21,7 @@ FFZ.get = function() { return FFZ.instance; }
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 13,
major: 3, minor: 5, revision: 14,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}