chore: update version to 1.0.2 in package.json and TitleBar component

This commit is contained in:
Ethanfly 2025-12-31 17:34:31 +08:00
parent 05efb5d7f0
commit 586fe53f5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "easyshell", "name": "easyshell",
"version": "1.0.1", "version": "1.0.2",
"description": "跨平台远程Shell管理终端 - 支持 Windows/Mac/Linux/Android", "description": "跨平台远程Shell管理终端 - 支持 Windows/Mac/Linux/Android",
"author": "EasyShell Team", "author": "EasyShell Team",
"main": "main.js", "main": "main.js",

View File

@ -61,7 +61,7 @@ function TitleBar() {
</span> </span>
{/* 版本徽章 */} {/* 版本徽章 */}
<span className="badge-cyber text-shell-accent"> <span className="badge-cyber text-shell-accent">
V1.0.1 V1.0.2
</span> </span>
</div> </div>