Skip to content

Commit

Permalink
update version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tickstep committed Apr 5, 2023
1 parent a7a01ec commit 122308b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloudpan189-go.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="0.1.2.0" processorArchitecture="*" name="com.tickstep.cloudpan189go" type="win32"/>
<assemblyIdentity version="0.1.3.0" processorArchitecture="*" name="com.tickstep.cloudpan189go" type="win32"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

var (
// Version 版本号
Version = "v0.1.2"
Version = "v0.1.3"

historyFilePath = filepath.Join(config.GetConfigDir(), "cloud189_command_history.txt")

Expand Down
Binary file modified resource_windows_386.syso
Binary file not shown.
Binary file modified resource_windows_amd64.syso
Binary file not shown.
10 changes: 5 additions & 5 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 0,
"Minor": 1,
"Patch": 2,
"Patch": 3,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 1,
"Patch": 2,
"Patch": 3,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "tickstep",
"FileDescription": "天翼云盘客户端",
"FileVersion": "v0.1.2",
"FileVersion": "v0.1.3",
"InternalName": "",
"LegalCopyright": "© 2020 tickstep.",
"LegalCopyright": "© 2020-2023 tickstep.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "cloudpan189-go",
"ProductVersion": "v0.1.2",
"ProductVersion": "v0.1.3",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 122308b

Please sign in to comment.