summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 23:43:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-16 23:43:01 -0500
commit451b70953ff4c0b1b27ae0de203ad99379b45b2a (patch)
treec9e3cccb464517e670c059d3cd20dd3357ce24fe /src/SMAPI.Mods.ConsoleCommands/manifest.json
parent1b9ff9cd101621cacc246fc2b7d936f964ae4b3f (diff)
parentdbed0289d7b7759145dea3e1c5d93df3d68ff116 (diff)
downloadSMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.tar.gz
SMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.tar.bz2
SMAPI-451b70953ff4c0b1b27ae0de203ad99379b45b2a.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-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 97e1c243..fa5f6d6f 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.13.3",
+ "Version": "3.13.4",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.13.3"
+ "MinimumApiVersion": "3.13.4"
}