From 586fe53f5f2a312aca866f7e5a9529cd634b9942 Mon Sep 17 00:00:00 2001 From: Ethanfly Date: Wed, 31 Dec 2025 17:34:31 +0800 Subject: [PATCH] chore: update version to 1.0.2 in package.json and TitleBar component --- package.json | 2 +- src/components/TitleBar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98fd186..522e8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easyshell", - "version": "1.0.1", + "version": "1.0.2", "description": "跨平台远程Shell管理终端 - 支持 Windows/Mac/Linux/Android", "author": "EasyShell Team", "main": "main.js", diff --git a/src/components/TitleBar.js b/src/components/TitleBar.js index 8b93837..7648099 100644 --- a/src/components/TitleBar.js +++ b/src/components/TitleBar.js @@ -61,7 +61,7 @@ function TitleBar() { {/* 版本徽章 */} - V1.0.1 + V1.0.2