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",