diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 22:31:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 22:31:24 -0400 |
commit | d2ea678cc703ead74b6c97727ca094d13c9cc272 (patch) | |
tree | 9fae8a7dc1e8816a8aab752b896856735b68d4d5 /src/SMAPI | |
parent | 47ab534bee74904e2ae84ef569f65b4e26623059 (diff) | |
download | SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.tar.gz SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.tar.bz2 SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.zip |
bump versions for beta release
Diffstat (limited to 'src/SMAPI')
-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 fc295f28..bdbd5fbb 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.14"); + public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.15"); /// <summary>The minimum supported version of Stardew Valley.</summary> - public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.11"); + public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.13"); /// <summary>The maximum supported version of Stardew Valley.</summary> public static ISemanticVersion MaximumGameVersion { get; } = null; |