diff --git a/ModInstaller/Backend/JSON/JSONModList.cs b/ModInstaller/Backend/JSON/JSONModList.cs index baa6dbf..8cd53b6 100644 --- a/ModInstaller/Backend/JSON/JSONModList.cs +++ b/ModInstaller/Backend/JSON/JSONModList.cs @@ -153,7 +153,6 @@ public static ModListFormat[] GetModLists(bool reload = false, string[] jsonfile { if(_mlf[i].Modlist[x].DelInfoArray == null) {continue;} _mlf[i].Modlist[x].DelInfo = new string(string.Join('?', _mlf[i].Modlist[x].DelInfoArray)); - Console.WriteLine(_mlf[i].Modlist[x].DelInfo); } } diff --git a/ModInstaller/Form1.Designer.cs b/ModInstaller/Form1.Designer.cs index 7a6feca..f084ba9 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.0"; + this.Text = "H3VR Mod Installer - v1.2.1"; 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 71acccc..2c838f0 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.0"); + AutoUpdater.InstalledVersion = new Version("1.2.1"); 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!