mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 01:28:30 +00:00
3.5.136. Fix for grouped hosts (Ember upgrade) and viewer list name capitalization (3.5.134 regression)
This commit is contained in:
parent
f1300f3a1e
commit
4972ae3c54
3 changed files with 9 additions and 9 deletions
|
@ -35,7 +35,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 135,
|
||||
major: 3, minor: 5, revision: 136,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue