diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
commit | aeb72586fdd94219cb9ae11cfd9f162765a5bc51 (patch) | |
tree | 8cc4c01245119faf1885501f1a3fcb95c6314b5a /src/SMAPI | |
parent | d0885831c3698bcb353d76c147500b7ea1dfbc78 (diff) | |
download | SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.gz SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.bz2 SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.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 8afe4b52..201d3166 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.1.0"); + public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.2.0"); /// <summary>The minimum supported version of Stardew Valley.</summary> public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1"); |