diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 11:22:09 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 11:22:09 -0500 |
| commit | 5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd (patch) | |
| tree | 81fda584e9bad2d95218db9d7cc41146cc10f3ec /src/SMAPI.Mods.ConsoleCommands | |
| parent | 5cc069476e1cb63c8fef2dd245a540b6b5130e68 (diff) | |
| download | SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.tar.gz SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.tar.bz2 SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.zip | |
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
| -rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index a1a137a1..61c610d0 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": "3.8.0", + "Version": "3.8.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.8.0" + "MinimumApiVersion": "3.8.1" } |
