update version to v0.1.3

This commit is contained in:
tickstep 2023-04-05 20:30:50 +08:00
parent a7a01ec23f
commit 122308bc7f
5 changed files with 7 additions and 7 deletions

View File

@ -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="*"/>

View File

@ -47,7 +47,7 @@ const (
var (
// Version 版本号
Version = "v0.1.2"
Version = "v0.1.3"
historyFilePath = filepath.Join(config.GetConfigDir(), "cloud189_command_history.txt")

Binary file not shown.

Binary file not shown.

View File

@ -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",
@ -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": {