diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:14:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-10-31 14:14:21 -0400 |
commit | 96db1d931552ef8973cdf07e3f1d4a4618992276 (patch) | |
tree | 678e1da2b91f7e409c55181b69800c3e43b0f5b6 /src/SMAPI.Web | |
parent | e89de6316d8a8b2e0169790b2a14427892828be5 (diff) | |
download | SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.tar.gz SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.tar.bz2 SMAPI-96db1d931552ef8973cdf07e3f1d4a4618992276.zip |
update Content Patcher schema for 1.24.0
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index aac4ff0f..d39574ef 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -12,11 +12,11 @@ "properties": { "Format": { "title": "Format version", - "description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.", + "description": "The format version. You should always use the latest version to enable the latest features, avoid obsolete behavior, and reduce load times.", "type": "string", - "const": "1.23.0", + "const": "1.24.0", "@errorMessages": { - "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.23.0'." + "const": "Incorrect value '@value'. You should always use the latest format version (currently 1.24.0) to enable the latest features, avoid obsolete behavior, and reduce load times." } }, "ConfigSchema": { |