summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-16 16:04:56 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-16 16:04:56 -0500
commit1f3d3c8c93c7a427486b60cf649b86cef140e88b (patch)
treefaa9155fae99533110853567003325486f208937 /src/StardewModdingAPI
parent65a52f4a3986ead5f590719492e3b821c24fe665 (diff)
downloadSMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.tar.gz
SMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.tar.bz2
SMAPI-1f3d3c8c93c7a427486b60cf649b86cef140e88b.zip
bump version, update release steps in readme
Diffstat (limited to 'src/StardewModdingAPI')
-rw-r--r--src/StardewModdingAPI/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/Constants.cs b/src/StardewModdingAPI/Constants.cs
index a79fd382..2211e167 100644
--- a/src/StardewModdingAPI/Constants.cs
+++ b/src/StardewModdingAPI/Constants.cs
@@ -30,7 +30,7 @@ namespace StardewModdingAPI
public static readonly Version Version = (Version)Constants.ApiVersion;
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion => new Version(1, 5, 0, null, suppressDeprecationWarning: true);
+ public static ISemanticVersion ApiVersion => new Version(1, 6, 0, null, suppressDeprecationWarning: true);
/// <summary>The minimum supported version of Stardew Valley.</summary>
public const string MinimumGameVersion = "1.1";