summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-27 16:30:20 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-27 16:30:20 -0400
commitf44151dbb47b82250955be7c25145d1774bec705 (patch)
tree4b8b28ddd7d8b9fe381bc7902f7c19187a61d4be /src/SMAPI
parentcf7bba5453f87e666759c70a892f76f7dae44dc2 (diff)
downloadSMAPI-f44151dbb47b82250955be7c25145d1774bec705.tar.gz
SMAPI-f44151dbb47b82250955be7c25145d1774bec705.tar.bz2
SMAPI-f44151dbb47b82250955be7c25145d1774bec705.zip
prepare for release, tweak readme
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 128e23bd..a898fccd 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.4.1");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("3.5.0");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.4.1");