summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-14 12:21:31 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-14 12:21:31 -0400
commit4dd4efc96fac6a7ab66c14edead10e4fa988040d (patch)
tree86c4d8f9272de9a715cfcbf4008f0c09f5a59a21 /src/SMAPI.Mods.ConsoleCommands
parent3299d25ee3d112d14475361eae294f64b9859efa (diff)
downloadSMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.tar.gz
SMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.tar.bz2
SMAPI-4dd4efc96fac6a7ab66c14edead10e4fa988040d.zip
update for SMAPI 2.7 release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
index f89049c6..a6c5cd88 100644
--- a/src/SMAPI.Mods.ConsoleCommands/manifest.json
+++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json
@@ -1,8 +1,9 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
- "Version": "2.6.0",
+ "Version": "2.7.0",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
- "EntryDll": "ConsoleCommands.dll"
+ "EntryDll": "ConsoleCommands.dll",
+ "MinimumApiVersion": "2.7.0"
}