Skip to content

Commit

Permalink
PATCH v2.6.10 (Fixed a huge future problem thanks to Haruki)
Browse files Browse the repository at this point in the history
  • Loading branch information
weedeej committed Feb 14, 2022
1 parent b48e6cb commit a7865ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ValorantCC/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion ValorantCC/ValorantCC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>2.6.9</Version>
<Version>2.6.10</Version>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

Expand Down

0 comments on commit a7865ef

Please # to comment.