From 240b0560dc2005541ef1d41fb3bfc856986ff6ab Mon Sep 17 00:00:00 2001 From: bob <312777916@qq.com> Date: Tue, 29 Apr 2025 21:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/const/userConst.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c4c002..7b9ab5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anylink-web", - "version": "1.3.0", + "version": "1.4.0", "private": true, "type": "module", "scripts": { diff --git a/src/const/userConst.js b/src/const/userConst.js index 6d119af..b69f5a7 100644 --- a/src/const/userConst.js +++ b/src/const/userConst.js @@ -1,6 +1,6 @@ export const CLIENT_TYPE = 2 export const CLIENT_NAME = 'web' -export const CLIENT_VERSION = '1.3.0' +export const CLIENT_VERSION = '1.4.0' export const LEAVING_AFTER_DURATION = 5 * 60 * 1000 export const LOGOUT_AFTER_DURATION = 8 * 60 * 60 * 1000