upgrade version to v0.1.1

This commit is contained in:
tickstep 2021-09-05 21:11:52 +08:00
parent b19f0fb17a
commit 90b86fe885
6 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.0.0" processorArchitecture="*" name="com.tickstep.cloudpan189go" type="win32"/>
<assemblyIdentity version="0.1.1.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

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

View File

@ -1,5 +1,5 @@
Package: cloudpan189-go
Version: 0.1.0
Version: 0.1.1
Homepage: https://github.com/tickstep/cloudpan189-go
Section: utils
Priority: optional

Binary file not shown.

Binary file not shown.

View File

@ -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": "© 2020 tickstep.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "cloudpan189-go",
"ProductVersion": "v0.1.0",
"ProductVersion": "v0.1.1",
"SpecialBuild": ""
},
"VarFileInfo": {