diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-30 12:39:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-30 12:39:41 -0400 |
commit | 6a3ff5f151e1d47033d86e7f9b1004ee405c525c (patch) | |
tree | 32555d5ec2616e23b5aa73bb4a6adc4db544d1bd /src/SMAPI/Constants.cs | |
parent | da7ef1fd693fcb295baf2f19ee810e78ca69e986 (diff) | |
download | SMAPI-6a3ff5f151e1d47033d86e7f9b1004ee405c525c.tar.gz SMAPI-6a3ff5f151e1d47033d86e7f9b1004ee405c525c.tar.bz2 SMAPI-6a3ff5f151e1d47033d86e7f9b1004ee405c525c.zip |
update for beta.2
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 8641502f..e71f704e 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -38,10 +38,10 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.2"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.1"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.3"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |