summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 21:04:48 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 21:04:48 -0500
commit733750fdc4f5d16069d95880144619c0e31e8a89 (patch)
tree02896d970c7650d8f7c8b84f54e53eddab88b4ca /src/SMAPI.Mods.ErrorHandler
parent4b5dd0f2c9ed530e97a783aedb3de73425d24516 (diff)
downloadSMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.tar.gz
SMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.tar.bz2
SMAPI-733750fdc4f5d16069d95880144619c0e31e8a89.zip
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/manifest.json b/src/SMAPI.Mods.ErrorHandler/manifest.json
index 3394da53..bc0a7294 100644
--- a/src/SMAPI.Mods.ErrorHandler/manifest.json
+++ b/src/SMAPI.Mods.ErrorHandler/manifest.json
@@ -1,9 +1,9 @@
{
"Name": "Error Handler",
"Author": "SMAPI",
- "Version": "3.8.4",
+ "Version": "3.9.0",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.8.4"
+ "MinimumApiVersion": "3.9.0"
}