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/SMAPI.Mods.ConsoleCommands | |
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/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 2 |
1 files changed, 1 insertions, 1 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" |