Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Jun 28, 2022
1 parent 4bccaf3 commit d601f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Components/ServerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public class ServerFactory : IComponentFactory

public string UpdateName => ComponentName;

public string UpdateURL => "https://github.com/GreepTheSheep/LiveSplit.TMServer/releases/latest";
public string UpdateURL => "https://github.com/TrackmaniaSpeedruns/LiveSplit.TMServer/releases/latest";

public Version Version => Version.Parse("1.8.22");
public Version Version => Version.Parse("1.9.0");

public string XMLURL => "http://livesplit.org/update/Components/update.LiveSplit.TMServer.xml";
}
Expand Down

0 comments on commit d601f78

Please sign in to comment.