chore: 升级版本号到 v0.3.0\n\n- Windows info.json: 0.2.0 → 0.3.0\n- macOS Info.plist: 0.2.0 → 0.3.0\n- build/config.yml: 0.1.0 → 0.3.0(修复上次遗漏)

This commit is contained in:
zyj
2026-03-11 10:31:20 +08:00
parent d6dbd8834b
commit 3d6874f79e
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ info:
description: "Git Repository Management Tool" description: "Git Repository Management Tool"
copyright: "(c) 2025, GitPilot" copyright: "(c) 2025, GitPilot"
comments: "GitPilot - Git Repository Manager" comments: "GitPilot - Git Repository Manager"
version: "0.1.0" version: "0.3.0"
dev_mode: dev_mode:
root_path: . root_path: .

View File

@@ -10,11 +10,11 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.gitpilot.app</string> <string>com.gitpilot.app</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.2.0</string> <string>0.3.0</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Git Repository Management Tool</string> <string>Git Repository Management Tool</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.2.0</string> <string>0.3.0</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icons</string> <string>icons</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@@ -1,10 +1,10 @@
{ {
"fixed": { "fixed": {
"file_version": "0.2.0" "file_version": "0.3.0"
}, },
"info": { "info": {
"0000": { "0000": {
"ProductVersion": "0.2.0", "ProductVersion": "0.3.0",
"CompanyName": "GitPilot", "CompanyName": "GitPilot",
"FileDescription": "Git Repository Management Tool", "FileDescription": "Git Repository Management Tool",
"LegalCopyright": "© 2025, GitPilot", "LegalCopyright": "© 2025, GitPilot",