diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
commit | 5953fc3bd083ae0a579d2da1ad833e6163848086 (patch) | |
tree | fb4b0ec17ac2627b61624edba23b714a31eecd6f /src/SMAPI/Constants.cs | |
parent | bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699 (diff) | |
parent | 415047bf8e44057d6aeeffc6191d00817f6b0d1b (diff) | |
download | SMAPI-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.cs | 4 |
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; |