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 13:37:55 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-19 13:37:55 -0500
commit3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7 (patch)
tree4d23fbef5bc5a20115f10ca04ae3379df78cc8e1 /src/SMAPI.Mods.ConsoleCommands/manifest.json
parentad612da1a26e2933193f7c6a1e9b161ca9b7327b (diff)
downloadSMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.tar.gz
SMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.tar.bz2
SMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.zip
bump versions for re-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 c3a5a823..3b00aa83 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.0"
+ "MinimumApiVersion": "2.8.1"
}