summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-03 14:31:10 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-03 14:31:10 -0500
commit2b3f0506a16622b25a702aae250e10005287c4f4 (patch)
treec93f0650f6f79a95016c29526f8af437ad91a815 /src/SMAPI.Mods.ConsoleCommands
parent8b9fc0dce79a23d37238ad773a45d97c1a4f1f92 (diff)
downloadSMAPI-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.json4
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"
}