From 8b9f8e68aa767c8b41a2a73eda93c1563d860f40 Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Mon, 17 Jul 2023 17:01:52 +0300 Subject: [PATCH] Change HSR version to v1.2.0 --- README.md | 2 +- metadata.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba98712..da7ae33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Games and regions - **3rd**: glb v6.7.0 -- **SR**: os/cn v1.1.0 (unsafe, refer to [configuration](#configuration)) +- **SR**: os/cn v1.2.0 (unsafe, refer to [configuration](#configuration)) It may be possilbe to completely remove the region and version-specific data in the future. Refer to the source code in `game_payload/src` for details. diff --git a/metadata.json b/metadata.json index 3345184..9b211c9 100644 --- a/metadata.json +++ b/metadata.json @@ -12,11 +12,11 @@ "hsr": { "global": { "status": "unverified", - "version": "1.1.0" + "version": "1.2.0" }, "china": { "status": "unverified", - "version": "1.1.0" + "version": "1.2.0" } } }