summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-21 14:08:04 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-11-21 14:08:04 -0500
commita0cb83ed406fc0447e8edf00e680585005480d23 (patch)
treeefc2f877a6f41869a40b6d0a320e6d5c4fd591ca /src/SMAPI.Mods.ConsoleCommands
parentcfdf783c2dfe659ff4bc656f720ddbf5c16c871a (diff)
downloadSMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.gz
SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.bz2
SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.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 300350e4..ddc55a73 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.7.5",
+ "Version": "3.7.6",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.7.5"
+ "MinimumApiVersion": "3.7.6"
}