summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-03 18:36:12 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-03 18:36:12 -0400
commit6d4ea7f0bd584602632e6e308d52bb369b30006f (patch)
tree3e30c3172e6c0bb3e422036581684593156fad22 /src/SMAPI.Mods.ErrorHandler
parent9f1c4549345ba20d799cf46ee44851a1f61f561e (diff)
downloadSMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.gz
SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.bz2
SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.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 645a7514..fcb6d7eb 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.12.5",
+ "Version": "3.12.6",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.12.5"
+ "MinimumApiVersion": "3.12.6"
}