diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 10:55:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 10:55:00 -0400 |
commit | 6e7ebc0097f666a134335954afaaf9df29da3ed1 (patch) | |
tree | ec1b5e7532b1e9ee0cbcd04ae1af0b716e296589 /src | |
parent | 5c733af7478db7c4a5b578512b4236e021b2abc9 (diff) | |
download | SMAPI-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.json | 2 |
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": { |