From 97c5fd8281380135ad3002571053d2c84acd8688 Mon Sep 17 00:00:00 2001 From: Potatoes Date: Sun, 14 Mar 2021 12:43:42 -0400 Subject: [PATCH] updated to 1.2.2 --- ModInstaller/Form1.Designer.cs | 2 +- ModInstaller/Form1.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ModInstaller/Form1.Designer.cs b/ModInstaller/Form1.Designer.cs index f084ba9..9ae8e03 100644 --- a/ModInstaller/Form1.Designer.cs +++ b/ModInstaller/Form1.Designer.cs @@ -440,7 +440,7 @@ private void InitializeComponent() this.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.MaximizeBox = false; this.Name = "mainwindow"; - this.Text = "H3VR Mod Installer - v1.2.1"; + this.Text = "H3VR Mod Installer - v1.2.2"; this.Load += new System.EventHandler(this.LoadGUI); this.ModList.ResumeLayout(false); this.tabControl1.ResumeLayout(false); diff --git a/ModInstaller/Form1.cs b/ModInstaller/Form1.cs index 8749bd5..5648fed 100644 --- a/ModInstaller/Form1.cs +++ b/ModInstaller/Form1.cs @@ -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!