summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-21 11:39:37 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-21 11:39:37 -0400
commitba0dff819f2e65b16a0c7bc7a9233fdb101994d0 (patch)
tree93d91857b16f1894be21967feb7ce928bc7792e9 /src/SMAPI.Mods.ConsoleCommands/manifest.json
parente64ecc89f94641d4054162eff4943f660f43030f (diff)
parent4f73fb5c33545b99ea95d4af6ad3660660c1dc64 (diff)
downloadSMAPI-ba0dff819f2e65b16a0c7bc7a9233fdb101994d0.tar.gz
SMAPI-ba0dff819f2e65b16a0c7bc7a9233fdb101994d0.tar.bz2
SMAPI-ba0dff819f2e65b16a0c7bc7a9233fdb101994d0.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 05304312..7300cdf8 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.6.0",
+ "Version": "3.6.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.6.0"
+ "MinimumApiVersion": "3.6.1"
}