Skip to content

Commit

Permalink
tag: Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Feb 16, 2023
1 parent bfa8f7f commit 4a2b6d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="joinme.click launcher"
version="0.2.0.0"
version="0.2.1.0"
processorArchitecture="*"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
Expand Down
2 changes: 1 addition & 1 deletion cmd/joinme.click-launcher/setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Inno Setup Script

#define MyAppName "joinme.click-launcher"
#define MyAppVersion "0.0.2.0"
#define MyAppVersion "0.2.1.0"
#define MyAppPublisher "cetteup"
#define MyAppPublisherURL "https://github.com/cetteup"
#define MyAppURL "https://github.com/cetteup/joinme.click-launcher"
Expand Down
8 changes: 4 additions & 4 deletions cmd/joinme.click-launcher/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 0,
"Minor": 2,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 2,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "joinme.click",
"FileDescription": "joinme.click launcher",
"FileVersion": "v0.2.0.0",
"FileVersion": "v0.2.1.0",
"InternalName": "",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "joinme.click launcher",
"ProductVersion": "v0.2.0.0",
"ProductVersion": "v0.2.1.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 4a2b6d2

Please sign in to comment.