diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-26 09:34:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-26 09:34:45 -0400 |
commit | 4d68ef3514de7deb357a0042d1af7ccf241ab5ff (patch) | |
tree | c71d17897377725f32653eacc65233f0b848f813 /src | |
parent | 56288e1d0ec072d35040b7954fc7c0f8b086663e (diff) | |
download | SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.tar.gz SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.tar.bz2 SMAPI-4d68ef3514de7deb357a0042d1af7ccf241ab5ff.zip |
update for 2.5.4 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 785af01a..a56cf66d 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.3", + "Version": "2.5.4", "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 1279f8e1..6270186a 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.3"); + new SemanticVersion("2.5.4"); #endif /// <summary>The minimum supported version of Stardew Valley.</summary> |