Skip to content

Commit 4a2b6d2

Browse files
committed
tag: Bump version to 0.2.1
1 parent bfa8f7f commit 4a2b6d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cmd/joinme.click-launcher/resource/joinme.click-launcher.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
type="win32"
55
name="joinme.click launcher"
6-
version="0.2.0.0"
6+
version="0.2.1.0"
77
processorArchitecture="*"/>
88
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
99
<security>

cmd/joinme.click-launcher/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Inno Setup Script
22

33
#define MyAppName "joinme.click-launcher"
4-
#define MyAppVersion "0.0.2.0"
4+
#define MyAppVersion "0.2.1.0"
55
#define MyAppPublisher "cetteup"
66
#define MyAppPublisherURL "https://github.com/cetteup"
77
#define MyAppURL "https://github.com/cetteup/joinme.click-launcher"

cmd/joinme.click-launcher/versioninfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"FileVersion": {
44
"Major": 0,
55
"Minor": 2,
6-
"Patch": 0,
6+
"Patch": 1,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 0,
1111
"Minor": 2,
12-
"Patch": 0,
12+
"Patch": 1,
1313
"Build": 0
1414
},
1515
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
2222
"Comments": "",
2323
"CompanyName": "joinme.click",
2424
"FileDescription": "joinme.click launcher",
25-
"FileVersion": "v0.2.0.0",
25+
"FileVersion": "v0.2.1.0",
2626
"InternalName": "",
2727
"LegalCopyright": "",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "joinme.click launcher",
32-
"ProductVersion": "v0.2.0.0",
32+
"ProductVersion": "v0.2.1.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)