summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 20:17:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 20:17:01 -0500
commit8fd2a6fd3a3de037055ccd8ec350c92ba2cdda9d (patch)
tree5364ca468c1e687098ce35a956ffe1acd9a41ddc /src/SMAPI/Constants.cs
parent546012da8c6ab5e29f34926cda47756d6d18c326 (diff)
downloadSMAPI-8fd2a6fd3a3de037055ccd8ec350c92ba2cdda9d.tar.gz
SMAPI-8fd2a6fd3a3de037055ccd8ec350c92ba2cdda9d.tar.bz2
SMAPI-8fd2a6fd3a3de037055ccd8ec350c92ba2cdda9d.zip
update for new map override logic in SDV 1.5.4
Special thanks to the Stardew Valley developers for making the requested changes!
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r--src/SMAPI/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index b72471ca..36745ea7 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -57,7 +57,7 @@ namespace StardewModdingAPI
public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.8.4");
/// <summary>The minimum supported version of Stardew Valley.</summary>
- public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.3");
+ public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.4");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;