Skip to content

Commit

Permalink
v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Sep 4, 2024
1 parent 341367d commit cf98ffd
Show file tree
Hide file tree
Showing 3 changed files with 5 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.32.0 - 2024-09-04**
## **Release v1.32.1 - 2024-09-04**
**Deck Tracker**:
- Fixed Plagues not being tracked correctly after playing Helya.
- Fixed Plagues not being removed from the deck list when playing Steamcleaner.
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.32.0</AssemblyVersion>
<FileVersion>1.32.0</FileVersion>
<AssemblyVersion>1.32.1</AssemblyVersion>
<FileVersion>1.32.1</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down
3 changes: 2 additions & 1 deletion Hearthstone Deck Tracker/Utility/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public static void Run()
private static readonly (Version, Version)[] SilentUpgrades =
{
(new(1, 31, 2), new(1, 31, 3)),
(new(1, 31, 4), new(1, 31, 5))
(new(1, 31, 4), new(1, 31, 5)),
(new(1, 32, 0), new(1, 32, 1))
};
public static bool ShouldShowUpdateNotes()
{
Expand Down

0 comments on commit cf98ffd

Please sign in to comment.