diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-03 14:31:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-03 14:31:10 -0500 |
commit | 2b3f0506a16622b25a702aae250e10005287c4f4 (patch) | |
tree | c93f0650f6f79a95016c29526f8af437ad91a815 /src/SMAPI.Mods.ConsoleCommands | |
parent | 8b9fc0dce79a23d37238ad773a45d97c1a4f1f92 (diff) | |
download | SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.tar.gz SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.tar.bz2 SMAPI-2b3f0506a16622b25a702aae250e10005287c4f4.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 61c610d0..13e85c70 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.1", + "Version": "3.8.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.8.1" + "MinimumApiVersion": "3.8.2" } |