summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-31 17:15:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-31 17:15:58 -0400
commit41e95642f004b2bf96b8855a276454260cb5ed0e (patch)
tree239b69b967968508260c0bb1a3b59910c85c4f1e /src/SMAPI.Mods.ErrorHandler
parent5af87fc3be989c092dfcc9f328aa8bf3e7d48664 (diff)
downloadSMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.gz
SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.bz2
SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.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 cbcf0f82..b6764bc0 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.16.1",
+ "Version": "3.16.2",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.16.1"
+ "MinimumApiVersion": "3.16.2"
}