summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:34:05 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:34:05 -0500
commit5953fc3bd083ae0a579d2da1ad833e6163848086 (patch)
treefb4b0ec17ac2627b61624edba23b714a31eecd6f /src/SMAPI/Constants.cs
parentbdb7b04b3edecdf7dfa665d8b5a50a1bbff62699 (diff)
parent415047bf8e44057d6aeeffc6191d00817f6b0d1b (diff)
downloadSMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.gz
SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.bz2
SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/Constants.cs')
-rw-r--r--src/SMAPI/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 2c0b85b7..b72471ca 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -54,10 +54,10 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.8.3");
+ 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.2");
+ public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.5.3");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;