diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:49:53 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:49:53 -0500 |
commit | 51118337e5e8cbb6803ffee4e7c0b411aba2b3e0 (patch) | |
tree | 2dfc969c6e27e78b05deb1e59201ded5392b7dc7 /src/SMAPI.Mods.ConsoleCommands | |
parent | f65e618cd90e1721bd3a1df7f2af2478429bf7ba (diff) | |
download | SMAPI-51118337e5e8cbb6803ffee4e7c0b411aba2b3e0.tar.gz SMAPI-51118337e5e8cbb6803ffee4e7c0b411aba2b3e0.tar.bz2 SMAPI-51118337e5e8cbb6803ffee4e7c0b411aba2b3e0.zip |
update for 2.5.2 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 645f4315..f4b3884d 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.1", + "Version": "2.5.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |