Skip to content

Commit

Permalink
Update version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooferzfg committed May 11, 2024
1 parent f7083d6 commit 95b7b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveSplit.TheRun/UI/Components/CollectorFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public class CollectorFactory : IComponentFactory
public string UpdateURL => "https://raw.githubusercontent.com/therungg/LiveSplit.TheRun/main/";
public string XMLURL => UpdateURL + "update.LiveSplit.TheRun.xml";

public Version Version => Version.Parse("0.3.1");
public Version Version => Version.Parse("0.3.2");
}
}

0 comments on commit 95b7b55

Please sign in to comment.