summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 20:24:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 20:24:22 -0500
commit368b25b5411683192f4398616abed61441457799 (patch)
tree6e2819b221d9519f2f35ed463ad0c54a14eea058 /src/SMAPI.Mods.ErrorHandler/manifest.json
parentb95d2a3f935dde0118205f94b32f05f115afdf71 (diff)
parenta2944eed5c635ecf9afaefe9cf377f049a40731f (diff)
downloadSMAPI-368b25b5411683192f4398616abed61441457799.tar.gz
SMAPI-368b25b5411683192f4398616abed61441457799.tar.bz2
SMAPI-368b25b5411683192f4398616abed61441457799.zip
Merge branch 'develop' into stable
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 eeea1d28..fe802d88 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.18.0",
+ "Version": "3.18.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.18.0"
+ "MinimumApiVersion": "3.18.1"
}