summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-04-22 22:06:02 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-04-22 22:06:02 -0400
commite22a54212182d0adc443ac95bc791e83c90f7e10 (patch)
tree14e240470817445a5098d6577a46832f6f7511ec /src/SMAPI.Mods.ConsoleCommands/manifest.json
parent013255d89e1a802e05f9fd61a16701ca73fa4411 (diff)
parent98f58c353e3488ddb87979d406fbfcbe3d3ddb8f (diff)
downloadSMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.gz
SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.bz2
SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.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 1c4ea7d8..c1aabe48 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.1",
+ "Version": "2.11.2",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "2.11.1"
+ "MinimumApiVersion": "2.11.2"
}