diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
commit | f9ffde9a3482b0d66bd6e30b41e890cb38b53af6 (patch) | |
tree | be1e23cc4c5d4885f33d46337b87b9cc185271b4 /src/SMAPI | |
parent | e8bb80af26997bc4e0ed43e4b2cc2cd5596e25f4 (diff) | |
download | SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.gz SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.bz2 SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.zip |
prepare for release
Diffstat (limited to 'src/SMAPI')
-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 670dc494..e71b21b1 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -20,7 +20,7 @@ namespace StardewModdingAPI ** Public ****/ /// <summary>SMAPI's current semantic version.</summary> - public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.3.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.3.1"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1"); |