diff options
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index c1aabe48..f06a1296 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { - "Name": "Console Commands", - "Author": "SMAPI", - "Version": "2.11.2", - "Description": "Adds SMAPI console commands that let you manipulate the game.", - "UniqueID": "SMAPI.ConsoleCommands", - "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.11.2" + "Name": "Console Commands", + "Author": "SMAPI", + "Version": "2.11.2", + "Description": "Adds SMAPI console commands that let you manipulate the game.", + "UniqueID": "SMAPI.ConsoleCommands", + "EntryDll": "ConsoleCommands.dll", + "MinimumApiVersion": "2.11.2" } |