Skip to content

Commit

Permalink
v29.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 28, 2024
1 parent a8e38aa commit c43885d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HearthDb/CardIds.Collectible.Priest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class Priest
public const string MindVisionLegacy = "CS2_003";
public const string PowerWordShieldLegacy = "CS2_004";
public const string ShadowWordPainLegacy = "CS2_234";
public const string NorthshireCleric = "CS2_235";
public const string NorthshireClericLegacy = "CS2_235";
public const string DivineSpirit = "CS2_236";
public const string ShadowedSpiritCorePlaceholder = "CS3_013";
public const string CrimsonClergyLegacy = "CS3_014";
Expand Down
4 changes: 2 additions & 2 deletions HearthDb/HearthDb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Company>HearthSim</Company>
<Product>HearthDb</Product>
<Copyright>Copyright © HearthSim 2023</Copyright>
<AssemblyVersion>29.0.0.0</AssemblyVersion>
<FileVersion>29.0.0.0</FileVersion>
<AssemblyVersion>29.0.3.0</AssemblyVersion>
<FileVersion>29.0.3.0</FileVersion>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit c43885d

Please sign in to comment.