From a7865ef0149d660dacc84076aa6692f0da776469 Mon Sep 17 00:00:00 2001 From: weedeej Date: Mon, 14 Feb 2022 22:25:33 +0800 Subject: [PATCH] PATCH v2.6.10 (Fixed a huge future problem thanks to Haruki) --- ValorantCC/MainWindow.xaml.cs | 2 +- ValorantCC/ValorantCC.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ValorantCC/MainWindow.xaml.cs b/ValorantCC/MainWindow.xaml.cs index dc9a588..fe3c342 100644 --- a/ValorantCC/MainWindow.xaml.cs +++ b/ValorantCC/MainWindow.xaml.cs @@ -40,7 +40,7 @@ private async void Grid_Loaded(object sender, RoutedEventArgs e) { Updater.CustomLogger = Utils.Log; Updater.OriginalFileName = "ValorantCC"; - if (await Updater.CheckUpdateAsync("Haruki1707", "ValorantCC")) + if (await Updater.CheckUpdateAsync("weedeej", "ValorantCC")) { try { diff --git a/ValorantCC/ValorantCC.csproj b/ValorantCC/ValorantCC.csproj index 874c6ae..27d4848 100644 --- a/ValorantCC/ValorantCC.csproj +++ b/ValorantCC/ValorantCC.csproj @@ -14,7 +14,7 @@ false - 2.6.9 + 2.6.10 false