summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-02-06 19:46:34 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-02-06 19:46:34 -0500
commit5ea871fee59e4a7ed7280d1678a76ed8019337b4 (patch)
treed158b429440a0ade281206fe24ba2933d153cb12 /src/SMAPI.Web/wwwroot
parentefec87065780426db15c51a7e68315ff488a89c0 (diff)
downloadSMAPI-5ea871fee59e4a7ed7280d1678a76ed8019337b4.tar.gz
SMAPI-5ea871fee59e4a7ed7280d1678a76ed8019337b4.tar.bz2
SMAPI-5ea871fee59e4a7ed7280d1678a76ed8019337b4.zip
update schema for Content Patcher 1.20
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r--src/SMAPI.Web/wwwroot/schemas/content-patcher.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
index 92149f4d..21514979 100644
--- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
+++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
@@ -11,9 +11,9 @@
"title": "Format version",
"description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.",
"type": "string",
- "const": "1.19.0",
+ "const": "1.20.0",
"@errorMessages": {
- "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.19.0'."
+ "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.20.0'."
}
},
"ConfigSchema": {