summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-06 19:40:13 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-06 19:40:13 -0400
commitb45f50b57e3895620a682e2c7a438391dce0c5dd (patch)
tree436b963d47bd8062ab38b676f57cbfb5c4e99821 /src/SMAPI.Mods.ConsoleCommands
parent09c52fb3f530bb450de5a7b4ba2ca09c1035b3cd (diff)
downloadSMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.tar.gz
SMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.tar.bz2
SMAPI-b45f50b57e3895620a682e2c7a438391dce0c5dd.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 38945c5d..edbdd081 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.14.0",
+ "Version": "3.14.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.14.0"
+ "MinimumApiVersion": "3.14.1"
}