Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Feb 1, 2024
1 parent a658b23 commit cd6a394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/view/services/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cd6a394

Please sign in to comment.