summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-01 13:11:27 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-01 13:11:27 -0400
commitd688cdf8c3c852d4b11cdd046d67c4b35443cc95 (patch)
treee120bc62af72e94e8e924ba124382d0c6f9304de /src/SMAPI.Mods.ErrorHandler
parentedfb3c9929e685f8b80a6b10895763e81bf41207 (diff)
downloadSMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.gz
SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.tar.bz2
SMAPI-d688cdf8c3c852d4b11cdd046d67c4b35443cc95.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 82e6152d..c83ca3d0 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.11.0",
+ "Version": "3.12.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.11.0"
+ "MinimumApiVersion": "3.12.0"
}