From 3d6874f79e82fc4d1869f71ed90509819738a345 Mon Sep 17 00:00:00 2001 From: zyj Date: Wed, 11 Mar 2026 10:31:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=20v0.3.0\n\n-=20Windows=20info.json:=200.2.0?= =?UTF-8?q?=20=E2=86=92=200.3.0\n-=20macOS=20Info.plist:=200.2.0=20?= =?UTF-8?q?=E2=86=92=200.3.0\n-=20build/config.yml:=200.1.0=20=E2=86=92=20?= =?UTF-8?q?0.3.0=EF=BC=88=E4=BF=AE=E5=A4=8D=E4=B8=8A=E6=AC=A1=E9=81=97?= =?UTF-8?q?=E6=BC=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/config.yml | 2 +- build/darwin/Info.plist | 4 ++-- build/windows/info.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/config.yml b/build/config.yml index 23af96e..1490c3b 100644 --- a/build/config.yml +++ b/build/config.yml @@ -9,7 +9,7 @@ info: description: "Git Repository Management Tool" copyright: "(c) 2025, GitPilot" comments: "GitPilot - Git Repository Manager" - version: "0.1.0" + version: "0.3.0" dev_mode: root_path: . diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist index e99bb4f..fe3ed90 100644 --- a/build/darwin/Info.plist +++ b/build/darwin/Info.plist @@ -10,11 +10,11 @@ CFBundleIdentifier com.gitpilot.app CFBundleVersion - 0.2.0 + 0.3.0 CFBundleGetInfoString Git Repository Management Tool CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleIconFile icons LSMinimumSystemVersion diff --git a/build/windows/info.json b/build/windows/info.json index 02ae3ed..3d9697b 100644 --- a/build/windows/info.json +++ b/build/windows/info.json @@ -1,10 +1,10 @@ { "fixed": { - "file_version": "0.2.0" + "file_version": "0.3.0" }, "info": { "0000": { - "ProductVersion": "0.2.0", + "ProductVersion": "0.3.0", "CompanyName": "GitPilot", "FileDescription": "Git Repository Management Tool", "LegalCopyright": "© 2025, GitPilot",