summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-19 15:08:17 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-19 15:08:17 -0500
commit5de81464cea4b70b68d1ed344b89a161f88bc213 (patch)
tree89029142622f76a5b4cde4adb6c98844f2f2b0c3 /src/SMAPI.Mods.ConsoleCommands/manifest.json
parent845d38169c18a15e6ba01911e9740cf732a171bd (diff)
downloadSMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.tar.gz
SMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.tar.bz2
SMAPI-5de81464cea4b70b68d1ed344b89a161f88bc213.zip
bump version for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
index 3b00aa83..94bab67f 100644
--- a/src/SMAPI.Mods.ConsoleCommands/manifest.json
+++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json
@@ -5,5 +5,5 @@
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "2.8.1"
+ "MinimumApiVersion": "2.8.2"
}