summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-06 22:25:45 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-06 22:25:45 -0400
commitbcb9e25d8666d2c1384515063ffbf987c36b8b0e (patch)
treeec19cdd7567125e47cfd49c7c044fc09f09f6b2f /src/SMAPI.Mods.ErrorHandler
parent9c9552531f8f085cded6ed5158503e75b00be1ff (diff)
downloadSMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.gz
SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.tar.bz2
SMAPI-bcb9e25d8666d2c1384515063ffbf987c36b8b0e.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 15a1e0f3..28b4b149 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.15.0",
+ "Version": "3.15.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.15.0"
+ "MinimumApiVersion": "3.15.1"
}