Skip to content

Commit

Permalink
update version to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tickstep committed Sep 29, 2020
1 parent f61626b commit 804aa6b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>cloudpan189-go</string>
<key>CFBundleVersion</key>
<string>0.0.7</string>
<string>0.0.8</string>
<key>CFBundleIdentifier</key>
<string>com.tickstep.cloudpan189go</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
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.0.7.0" processorArchitecture="*" name="com.tickstep.cloudpan189go" type="win32"/>
<assemblyIdentity version="0.0.8.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 debian/linux-amd64/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: cloudpan189-go
Version: 0.0.7
Version: 0.0.8
Homepage: https://github.com/tickstep/cloudpan189-go
Section: utils
Priority: optional
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (

var (
// Version 版本号
Version = "v0.0.8-dev"
Version = "v0.0.8"

saveConfigMutex *sync.Mutex = new(sync.Mutex)

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

0 comments on commit 804aa6b

Please sign in to comment.