Update Console Commands Mod

This commit is contained in:
Chris 2020-02-04 11:43:53 -05:00
parent 8091d0934b
commit 28b4173b0c
3 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"Name": "Console Commands", "Name": "Console Commands",
"Author": "SMAPI", "Author": "SMAPI",
"Version": "2.11.3", "Version": "3.1.0",
"Description": "Adds SMAPI console commands that let you manipulate the game.", "Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands", "UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll", "EntryDll": "ConsoleCommands.dll",
"MinimumApiVersion": "2.11.3" "MinimumApiVersion": "3.1.0"
} }