diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-04 12:59:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-04 12:59:03 -0400 |
commit | 623684a3adbde69a31bb5997cbb8c1a6f8b64ec9 (patch) | |
tree | 87b3b08c7c3cb8e18dbfffe57a550c0625c953c4 /src/SMAPI.Web/wwwroot | |
parent | 174f8cb24b3e7ff91e8b4e6405494043ce1fb3b8 (diff) | |
download | SMAPI-623684a3adbde69a31bb5997cbb8c1a6f8b64ec9.tar.gz SMAPI-623684a3adbde69a31bb5997cbb8c1a6f8b64ec9.tar.bz2 SMAPI-623684a3adbde69a31bb5997cbb8c1a6f8b64ec9.zip |
update Content Patcher format version in schema
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 726b50be..6e8a4e52 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.14.0", + "const": "1.15.0", "@errorMessages": { - "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.14.0'." + "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.15.0'." } }, "ConfigSchema": { |