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/SMAPI.Mods.ConsoleCommands/manifest.json | |
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/SMAPI.Mods.ConsoleCommands/manifest.json')
-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 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" |