summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-03-17 21:34:44 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-03-17 21:34:44 -0400
commit4a494c67bdfe2c07ef5c49c55541a0f6e29627cf (patch)
tree684714b18faba6d4413a106f885bcba18a2e5edb /src/SMAPI.Mods.ConsoleCommands
parent2a976f7236869fe929fa273deafe2b1b9661c3c4 (diff)
downloadSMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.tar.gz
SMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.tar.bz2
SMAPI-4a494c67bdfe2c07ef5c49c55541a0f6e29627cf.zip
prepare for 2.11.1 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 afefd733..1c4ea7d8 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": "2.11.0",
+ "Version": "2.11.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "2.11.0"
+ "MinimumApiVersion": "2.11.1"
}