diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-12 01:36:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-12 01:36:29 -0400 |
commit | 36d20ce4ffca04cae05ef3b3fb286365ccec617d (patch) | |
tree | e23b9f43a36e08a333b336540366419b2d53e8cb /src | |
parent | f7111a2488bd16b30c28be1025e7dbf9c4ca1306 (diff) | |
download | SMAPI-36d20ce4ffca04cae05ef3b3fb286365ccec617d.tar.gz SMAPI-36d20ce4ffca04cae05ef3b3fb286365ccec617d.tar.bz2 SMAPI-36d20ce4ffca04cae05ef3b3fb286365ccec617d.zip |
bump minimum game version
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index c7cd6e41..b41fb89d 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -32,7 +32,7 @@ namespace StardewModdingAPI public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6.0"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.27"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.28"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |