From 7aa7047ccd857c02bcf7756b76ef7e1ce85206cb Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Sat, 2 Mar 2024 12:13:06 +0200 Subject: [PATCH] Return verification status for all 3rd --- README.md | 2 +- metadata.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5e8ae6..f84bbb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jadeite Autopatcher ### Current game support: -- **3rd**: glb **v7.3.0+**, sea **7.2.0**, tw/kr/jp **7.2.0+**, cn **v7.3.0+** +- **3rd**: glb/sea/tw/kr/jp **v7.3.0+**, cn **v7.3.0+** - **SR**: os/cn **v2.0.0**\* You can expect newer versions to work immediately after release with the same jadeite binary if the version is specified with a + above. diff --git a/metadata.json b/metadata.json index 46e3690..a3130b2 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ "version": "7.3.0" }, "sea": { - "status": "broken", + "status": "verified", "version": "7.3.0" }, "china": { @@ -17,15 +17,15 @@ "version": "7.3.0" }, "taiwan": { - "status": "unverified", + "status": "verified", "version": "7.3.0" }, "korea": { - "status": "unverified", + "status": "verified", "version": "7.3.0" }, "japan": { - "status": "unverified", + "status": "verified", "version": "7.3.0" } },