Skip to content

Commit

Permalink
v1.38.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Feb 5, 2025
1 parent 735e04c commit 7d2f9c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **Release v1.38.7 - 2025-02-05**
## **Release v1.38.8 - 2025-02-05**
**Updated for Hearthstone 31.4.2**

**Hearthstone**:
Expand Down
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ internal static async void RestartApplication()

#if(SQUIRREL)
await PrepareShutdown();
UpdateManager.RestartApp();
Squirrel.UpdateManager.RestartApp();
#else
// This event is fired by Application.Shutdown
Application.Current.Exit += (_, _) =>
Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<NeutralLanguage>en</NeutralLanguage>
<Description>Hearthstone Deck Tracker</Description>
<Copyright>Copyright © HearthSim 2024</Copyright>
<AssemblyVersion>1.38.7</AssemblyVersion>
<FileVersion>1.38.7</FileVersion>
<AssemblyVersion>1.38.8</AssemblyVersion>
<FileVersion>1.38.8</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down

0 comments on commit 7d2f9c5

Please sign in to comment.