summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 00:34:36 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 00:34:36 -0400
commit5088ecf8c8a04a028b6a9c45f907eae50894ffe6 (patch)
tree927f5dc68284873aa3edd323a0bbb4af3384ca0e /src/SMAPI
parent4bee6311c4f6bf654d8b9c54a53597347de65c4f (diff)
downloadSMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.tar.gz
SMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.tar.bz2
SMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.zip
bump beta version
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index f87141b2..6b5196b3 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.3");
+ public static ISemanticVersion ApiVersion { get; } = new SemanticVersion("2.6-beta.4");
/// <summary>The minimum supported version of Stardew Valley.</summary>
- public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.3");
+ public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.5");
/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;