summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 10:55:00 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 10:55:00 -0400
commit6e7ebc0097f666a134335954afaaf9df29da3ed1 (patch)
treeec1b5e7532b1e9ee0cbcd04ae1af0b716e296589 /src
parent5c733af7478db7c4a5b578512b4236e021b2abc9 (diff)
downloadSMAPI-6e7ebc0097f666a134335954afaaf9df29da3ed1.tar.gz
SMAPI-6e7ebc0097f666a134335954afaaf9df29da3ed1.tar.bz2
SMAPI-6e7ebc0097f666a134335954afaaf9df29da3ed1.zip
fix typo in CP schema
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/wwwroot/schemas/content-patcher.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
index 2e7134cd..e52cd757 100644
--- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
+++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json
@@ -13,7 +13,7 @@
"type": "string",
"const": "1.18.0",
"@errorMessages": {
- "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.17.0'."
+ "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.18.0'."
}
},
"ConfigSchema": {