summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/schemas
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-03-30 19:20:46 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:44:05 -0400
commit2e618672aa7bce36a968aca00c2da4eaf336c15f (patch)
tree36f9643e6435c033e2ffe8d91b8dea1e3a96a55c /src/SMAPI.Web/wwwroot/schemas
parentc2e9aad698774e7db9b85292da9077f8462d2f5a (diff)
downloadSMAPI-2e618672aa7bce36a968aca00c2da4eaf336c15f.tar.gz
SMAPI-2e618672aa7bce36a968aca00c2da4eaf336c15f.tar.bz2
SMAPI-2e618672aa7bce36a968aca00c2da4eaf336c15f.zip
update schema for Content Patcher 1.29.0
Diffstat (limited to 'src/SMAPI.Web/wwwroot/schemas')
-rw-r--r--src/SMAPI.Web/wwwroot/schemas/content-patcher.json4
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 a00403c0..bd9e7427 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\\.28\\.[0-9]+$",
+ "pattern": "^1\\.29\\.[0-9]+$",
"@errorMessages": {
- "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."
+ "pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.29.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
}
},
"ConfigSchema": {