summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-15 19:14:28 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-15 19:14:28 -0400
commitcd843dc10b902adc32e96e34c5db3ebf98e9a159 (patch)
treea5897fa7258d4fc9cd79d7a975ce9d3d936b8cc4 /src/SMAPI.Mods.ErrorHandler/manifest.json
parent3253797cbab1e49901b9da3701954f93282363fd (diff)
downloadSMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.gz
SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.tar.bz2
SMAPI-cd843dc10b902adc32e96e34c5db3ebf98e9a159.zip
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/manifest.json')
-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 f449b3bd..be1030f4 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.14.3",
+ "Version": "3.14.4",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
- "MinimumApiVersion": "3.14.3"
+ "MinimumApiVersion": "3.14.4"
}