Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit ccb3e02

Browse files
committed
Update api salt to 2.9.0
1 parent 83bcfc0 commit ccb3e02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Core/GenshinAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace GenshinPlayerQuery.Core
1111
{
1212
internal static class GenshinApi
1313
{
14-
private const string API_SALT = "rk4xg2hakoi26nljpr099fv9fck1ah10"; // @Azure99
15-
private const string API_APP_VERSION = "2.8.0";
14+
private const string API_SALT = "w5k9n3aqhoaovgw25l373ee18nsazydo"; // @Azure99
15+
private const string API_APP_VERSION = "2.9.0";
1616
private const string API_CLIENT_TYPE = "5";
1717

1818
public static bool GetLoginStatus()

src/Core/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace GenshinPlayerQuery.Core
66
{
77
internal static class UpdateChecker
88
{
9-
private const int NOW_VERSION = 12;
9+
private const int NOW_VERSION = 13;
1010
private const string VERSION_URL = "https://www.rainng.com/ser/soft/genshin-player-query/version";
1111
private const string RELEASE_PAGE_URL = "https://github.com/Azure99/GenshinPlayerQuery/releases/";
1212

0 commit comments

Comments
 (0)