diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 18:47:32 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-11 18:47:32 -0400 |
commit | 15a80ab2442c18a478dbaec9d5120ec0cf25770b (patch) | |
tree | 37b796cc98e014e83b9a5a75fd5b3e46f97031f6 /src | |
parent | 34f5854666b38fe9672660963acbf90cc160a4c9 (diff) | |
download | SMAPI-15a80ab2442c18a478dbaec9d5120ec0cf25770b.tar.gz SMAPI-15a80ab2442c18a478dbaec9d5120ec0cf25770b.tar.bz2 SMAPI-15a80ab2442c18a478dbaec9d5120ec0cf25770b.zip |
update for 2.5.5 release
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 2 | ||||
-rw-r--r-- | src/SMAPI/Constants.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index a56cf66d..b6f9b81c 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,7 +1,7 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "2.5.4", + "Version": "2.5.5", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs index 72b9c78e..1e35c030 100644 --- a/src/SMAPI/Constants.cs +++ b/src/SMAPI/Constants.cs @@ -41,7 +41,7 @@ namespace StardewModdingAPI #if STARDEW_VALLEY_1_3 new SemanticVersion($"2.6-alpha.{DateTime.UtcNow:yyyyMMddHHmm}"); #else - new SemanticVersion("2.5.4"); + new SemanticVersion("2.5.5"); #endif /// <summary>The minimum supported version of Stardew Valley.</summary> |