diff --git a/UI/Components/ServerFactory.cs b/UI/Components/ServerFactory.cs index 28c7d67..4dc629b 100644 --- a/UI/Components/ServerFactory.cs +++ b/UI/Components/ServerFactory.cs @@ -20,7 +20,7 @@ public class ServerFactory : IComponentFactory public string UpdateURL => "https://github.com/TrackmaniaSpeedruns/LiveSplit.TMServer/releases/latest"; - public Version Version => Version.Parse("1.9.1"); + public Version Version => Version.Parse("1.9.2"); public string XMLURL => "http://livesplit.org/update/Components/update.LiveSplit.TMServer.xml"; }