diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-06 19:46:34 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-06 19:46:34 -0500 |
commit | 5ea871fee59e4a7ed7280d1678a76ed8019337b4 (patch) | |
tree | d158b429440a0ade281206fe24ba2933d153cb12 /src/SMAPI.Web/wwwroot | |
parent | efec87065780426db15c51a7e68315ff488a89c0 (diff) | |
download | SMAPI-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.json | 4 |
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": { |