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

3.5.196. Write dark theme for new-style search dialog. Fix the height limit for SRL race info popups.

This commit is contained in:
SirStendec 2016-06-03 14:15:17 -04:00
parent ee21ab28c3
commit 04a8f5dae7
4 changed files with 47 additions and 5 deletions

View file

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