From b6608e8ebccf6cd45152c3f70b21834d7ac64da0 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Sun, 22 Sep 2024 15:11:30 +0200 Subject: [PATCH] v1.33.2 --- CHANGELOG.md | 2 +- Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj | 4 ++-- Hearthstone Deck Tracker/Utility/ConfigManager.cs | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bf3bdc1..77bbf2843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## **Release v1.33.1 - 2024-09-19** +## **Release v1.33.2 - 2024-09-19** **Hearthstone**: - Show the tourist in the opponent's deck list when they play a tourist card. diff --git a/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj b/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj index ebc48324f..30fabb8c3 100644 --- a/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj +++ b/Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj @@ -11,8 +11,8 @@ en Hearthstone Deck Tracker Copyright © HearthSim 2024 - 1.33.1 - 1.33.1 + 1.33.2 + 1.33.2 true x86 x86 diff --git a/Hearthstone Deck Tracker/Utility/ConfigManager.cs b/Hearthstone Deck Tracker/Utility/ConfigManager.cs index fb9a880a9..999609fba 100644 --- a/Hearthstone Deck Tracker/Utility/ConfigManager.cs +++ b/Hearthstone Deck Tracker/Utility/ConfigManager.cs @@ -41,7 +41,8 @@ private static readonly (Version, Version)[] SilentUpgrades = { (new(1, 31, 2), new(1, 31, 3)), (new(1, 31, 4), new(1, 31, 5)), - (new(1, 32, 0), new(1, 32, 1)) + (new(1, 32, 0), new(1, 33, 1)), + (new(1, 33, 1), new(1, 33, 2)) }; public static bool ShouldShowUpdateNotes() {