summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-05 11:56:10 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-05 11:56:10 -0400
commit80d3dd1f786f7e5846f9adb7f7a4d82e5b9b92fd (patch)
treeecc708a23eff963ef0100e764e7238c883a8ff16 /src/SMAPI.Mods.ErrorHandler
parent2e442bf2ee9f7d73c935dfed95c996581a17e06f (diff)
parentb6e058c322f3b904a047ba09cb1701a1bb812e47 (diff)
downloadSMAPI-80d3dd1f786f7e5846f9adb7f7a4d82e5b9b92fd.tar.gz
SMAPI-80d3dd1f786f7e5846f9adb7f7a4d82e5b9b92fd.tar.bz2
SMAPI-80d3dd1f786f7e5846f9adb7f7a4d82e5b9b92fd.zip
Merge branch 'develop' into stable
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 8aa2a6a4..7759d1d5 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.1",
+ "Version": "3.12.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.12.1"
+ "MinimumApiVersion": "3.12.2"
}