update version to v0.1.0

This commit is contained in:
tickstep 2022-01-08 23:00:07 +08:00
parent 4c89bbc652
commit 81a4c1f765
5 changed files with 8 additions and 8 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.0.9.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
<assemblyIdentity version="0.1.0.0" processorArchitecture="*" name="com.tickstep.aliyunpan" 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.0.9"
Version = "v0.1.0"
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")

Binary file not shown.

Binary file not shown.

View File

@ -2,14 +2,14 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Minor": 0,
"Patch": 9,
"Minor": 1,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 0,
"Patch": 9,
"Minor": 1,
"Patch": 0,
"Build": 0
},
"FileFlagsMask": "3f",
@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "tickstep",
"FileDescription": "阿里云盘客户端",
"FileVersion": "v0.0.9",
"FileVersion": "v0.1.0",
"InternalName": "",
"LegalCopyright": "© 2021 tickstep.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "aliyunpan",
"ProductVersion": "v0.0.9",
"ProductVersion": "v0.1.0",
"SpecialBuild": ""
},
"VarFileInfo": {