diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-29 14:40:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-29 14:40:17 -0400 |
commit | 6f8fb2a68b3e45763c1b71e7f420fd7f174ffc60 (patch) | |
tree | 6d7bc1e56c0bb00ea4d69d138a5c8fb1f7228411 | |
parent | 3e54ac88579ba202d9bac34ca88c1dcb25f90a64 (diff) | |
download | SMAPI-6f8fb2a68b3e45763c1b71e7f420fd7f174ffc60.tar.gz SMAPI-6f8fb2a68b3e45763c1b71e7f420fd7f174ffc60.tar.bz2 SMAPI-6f8fb2a68b3e45763c1b71e7f420fd7f174ffc60.zip |
fix AutoQualityPatch version in compatibility list
-rw-r--r-- | docs/release-notes.md | 3 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 78d9d8bd..0faf4913 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming release +* For players: + * Updated compatibility list. + * For the web UI: * Updated the JSON validator and Content Patcher schema for Content Patcher 1.13. diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 3101fdf1..179ef42a 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -155,7 +155,7 @@ *********/ "Auto Quality Patch": { "ID": "SilentOak.AutoQualityPatch", - "~2.1.3-unofficial.7 | Status": "AssumeBroken" // runtime errors + "~2.1.3-unofficial.7-mizzion | Status": "AssumeBroken" // runtime errors }, "Fix Dice": { |