Skip to content

Commit

Permalink
v1.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMCesar committed Feb 20, 2025
1 parent ffa8198 commit a008f2d
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.41.1 - 2025-02-20**
## **Release v1.41.2 - 2025-02-20**
**Battlegrounds**:
- Add Bob's Buddy support for: \
*Cosmic Duality, Bellowing Tyrant, Colossus and Carrier.*\
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.41.1</AssemblyVersion>
<FileVersion>1.41.1</FileVersion>
<AssemblyVersion>1.41.2</AssemblyVersion>
<FileVersion>1.41.2</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 @@ -46,7 +46,7 @@ private static readonly (Version, Version)[] SilentUpgrades =
(new(1, 37, 1), new(1, 37, 2)),
(new(1, 38, 5), new(1, 38, 6)),
(new(1, 38, 8), new(1, 38, 9)),
(new(1, 41, 0), new(1, 41, 1))
(new(1, 41, 0), new(1, 41, 2))
};
public static bool ShouldShowUpdateNotes()
{
Expand Down

0 comments on commit a008f2d

Please sign in to comment.