diff --git a/package.json b/package.json index b907206..dca6c47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hotpe-clientn", "private": true, - "version": "0.0.2", + "version": "0.0.3", "main": "dist/main/index.js", "scripts": { "dev": "vite --force", diff --git a/src/view/services/config.ts b/src/view/services/config.ts index c9b3d76..07658d4 100644 --- a/src/view/services/config.ts +++ b/src/view/services/config.ts @@ -9,8 +9,8 @@ const fs = window.require('fs') //只读配置read only======================================================================================= const roConfig = { - id: '231026', - clientVer: 'V0.2.231027_final', + id: '240201', + clientVer: 'V0.3.240201', url: { home: 'https://www.hotpe.top/', github: 'https://github.com/VirtualHotBar/HotPE_Client',