Skip to content

Commit

Permalink
v1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 27, 2024
1 parent ca2c2d7 commit 067ed52
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.31.2 - 2024-08-26**
## **Release v1.31.3 - 2024-08-27**
**Bob's Buddy**:
- Fixed a major simulation issue with the Bronze Timepiece trinket.
- Fixed trinkets from Souvenir Stand not being incorporated into the simulations.
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.31.2</AssemblyVersion>
<FileVersion>1.31.2</FileVersion>
<AssemblyVersion>1.31.3</AssemblyVersion>
<FileVersion>1.31.3</FileVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>x86</PlatformTarget>
<Platforms>x86</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Utility/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void Run()
}

// Logic to silently skip hotfix releases to fix some regressions that players haven't noticed yet
private static readonly (Version, Version)[] SilentUpgrades = {};
private static readonly (Version, Version)[] SilentUpgrades = { (new(1, 31, 2), new(1, 31, 3)) };
public static bool ShouldShowUpdateNotes()
{
if(UpdatedVersion == null)
Expand Down

0 comments on commit 067ed52

Please sign in to comment.