bump minimum game version to released 1.2.26

This commit is contained in:
Jesse Plamondon-Willard 2017-04-29 23:59:25 -04:00
parent ddd9c0a804
commit 06c4273c1e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace StardewModdingAPI
public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(1, 10, 0);
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.15");
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.26");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;