diff --git a/aliyunpan.exe.manifest b/aliyunpan.exe.manifest index 6fa433d..8444ba2 100644 --- a/aliyunpan.exe.manifest +++ b/aliyunpan.exe.manifest @@ -1,6 +1,6 @@ - + diff --git a/main.go b/main.go index ff91726..ab0e3ed 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,7 @@ const ( var ( // Version 版本号 - Version = "v0.1.0" + Version = "v0.1.1" historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt") diff --git a/resource_windows_386.syso b/resource_windows_386.syso index 48b0cf2..a02c236 100644 Binary files a/resource_windows_386.syso and b/resource_windows_386.syso differ diff --git a/resource_windows_amd64.syso b/resource_windows_amd64.syso index ec70c81..12ec10d 100644 Binary files a/resource_windows_amd64.syso and b/resource_windows_amd64.syso differ diff --git a/versioninfo.json b/versioninfo.json index eb74d2a..740f001 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 0, "Minor": 1, - "Patch": 0, + "Patch": 1, "Build": 0 }, "ProductVersion": { "Major": 0, "Minor": 1, - "Patch": 0, + "Patch": 1, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "tickstep", "FileDescription": "阿里云盘客户端", - "FileVersion": "v0.1.0", + "FileVersion": "v0.1.1", "InternalName": "", "LegalCopyright": "© 2021 tickstep.", "LegalTrademarks": "", "OriginalFilename": "", "PrivateBuild": "", "ProductName": "aliyunpan", - "ProductVersion": "v0.1.0", + "ProductVersion": "v0.1.1", "SpecialBuild": "" }, "VarFileInfo": {