Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
updated to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoes1286 committed Mar 14, 2021
1 parent 8e5b57d commit 97c5fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModInstaller/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ModInstaller/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void startdebugconsole()

private void LoadGUI(object sender, EventArgs e)
{
AutoUpdater.InstalledVersion = new Version("1.2.1");
AutoUpdater.InstalledVersion = new Version("1.2.2");
AutoUpdater.Start("https://raw.githubusercontent.com/WFIOST/H3VR-Mod-Installer-Database/main/Database/updateinfo.xml");
//displays screen if out of date, updates automatically. no downside other than it uses fucking xml -- potaotes
//also note it gets the current ver from the assembly file ver, so make sure to update that!
Expand Down

0 comments on commit 97c5fd8

Please sign in to comment.