diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-18 22:39:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-18 22:39:37 -0400 |
commit | b2103bbfa6691cd6726d626fbf8c0567b8092746 (patch) | |
tree | e1aba5a0c44ef5d77aab2a833569cd1c620b0b2e /src/SMAPI.Web/wwwroot/schemas/content-patcher.json | |
parent | c51a593e93ba4d7e41971ed64cfa413449d501e3 (diff) | |
download | SMAPI-b2103bbfa6691cd6726d626fbf8c0567b8092746.tar.gz SMAPI-b2103bbfa6691cd6726d626fbf8c0567b8092746.tar.bz2 SMAPI-b2103bbfa6691cd6726d626fbf8c0567b8092746.zip |
update schema for Content Patcher 1.28.0
Diffstat (limited to 'src/SMAPI.Web/wwwroot/schemas/content-patcher.json')
-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 631fbc63..a00403c0 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -14,9 +14,9 @@ "title": "Format version", "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", - "pattern": "^1\\.27\\.[0-9]+$", + "pattern": "^1\\.28\\.[0-9]+$", "@errorMessages": { - "pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.27.0) to enable the latest features, avoid obsolete behavior, and reduce load times." + "pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.28.0) to enable the latest features, avoid obsolete behavior, and reduce load times." } }, "ConfigSchema": { |