Skip to content

Commit

Permalink
v5.0-beta-13b
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Aug 2, 2023
1 parent 16806a9 commit c20c57a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

# Work In Progress

Nothing so far!

# 5.0 BETA 13B

### Fixes
- Fixed many broadswords not getting their item overhaul when Calamity is enabled.

Expand Down
2 changes: 1 addition & 1 deletion OverhaulMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class OverhaulMod : Mod
{
public static readonly uint BetaNumber = 13;
public static readonly bool IsBeta = BetaNumber > 0;
public static readonly string VersionSuffix = $"(BETA {BetaNumber})";
public static readonly string VersionSuffix = $"(BETA {BetaNumber}B)";
public static readonly string PersonalDirectory = Path.Combine(Main.SavePath, "TerrariaOverhaul");
public static readonly Version MinimalTMLVersion = new("0.12");
public static readonly Assembly Assembly;
Expand Down
4 changes: 2 additions & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author = Mirsario
version = 5.0.0.30
displayName = Terraria Overhaul (v5.0 BETA 13)
version = 5.0.0.32
displayName = Terraria Overhaul (v5.0 BETA 13B)
homepage = https://github.com/Mirsario/TerrariaOverhaul
hideCode = false
hideResources = false
Expand Down

0 comments on commit c20c57a

Please sign in to comment.