Change HSR version to v1.2.0

This commit is contained in:
mkrsym1 2023-07-17 17:01:52 +03:00
parent 99c0c20a3d
commit 8b9f8e68aa
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Games and regions ### Games and regions
- **3rd**: glb v6.7.0 - **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. 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.

View File

@ -12,11 +12,11 @@
"hsr": { "hsr": {
"global": { "global": {
"status": "unverified", "status": "unverified",
"version": "1.1.0" "version": "1.2.0"
}, },
"china": { "china": {
"status": "unverified", "status": "unverified",
"version": "1.1.0" "version": "1.2.0"
} }
} }
} }