update for 2.5.5 release

This commit is contained in:
Jesse Plamondon-Willard 2018-04-11 18:47:32 -04:00
parent 34f5854666
commit 15a80ab244
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
using System.Reflection;
[assembly: AssemblyProduct("SMAPI")]
[assembly: AssemblyVersion("2.5.4")]
[assembly: AssemblyFileVersion("2.5.4")]
[assembly: AssemblyVersion("2.5.5")]
[assembly: AssemblyFileVersion("2.5.5")]

View File

@ -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"

View File

@ -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>