summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-10 20:03:01 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-10 20:03:01 -0400
commit5739745b76d8c339dee6af0123e310dab6ebcf07 (patch)
treeec501f538ab43c43e32aea29f695acf0164f4189 /src/SMAPI.Mods.ErrorHandler
parent474c76183b601dc9ebd238a9acb69cd71f598af0 (diff)
downloadSMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.tar.gz
SMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.tar.bz2
SMAPI-5739745b76d8c339dee6af0123e310dab6ebcf07.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 8f94e5ab..3d708876 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.17.0",
+ "Version": "3.17.1",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.17.0"
+ "MinimumApiVersion": "3.17.1"
}