Skip to content

Commit 7573640

Browse files
committed
tag: Bump version to 0.2.1
1 parent 045479e commit 7573640

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cmd/bf2-conman/internal/gui/main_window.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func CreateMainWindow(h *handler.Handler, profiles []game.Profile, defaultProfil
226226
},
227227
},
228228
declarative.Label{
229-
Text: "BF2 conman v0.2.0",
229+
Text: "BF2 conman v0.2.1",
230230
Alignment: declarative.AlignHCenterVCenter,
231231
TextColor: walk.Color(win.GetSysColor(win.COLOR_GRAYTEXT)),
232232
Background: declarative.SolidColorBrush{Color: walk.Color(win.GetSysColor(win.COLOR_BTNFACE))},

cmd/bf2-conman/resource/bf2-conman.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="bf2-conman"
6-
version="0.2.0.0"
6+
version="0.2.1.0"
77
processorArchitecture="*"/>
88
<dependency>
99
<dependentAssembly>

cmd/bf2-conman/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": "cetteup",
2424
"FileDescription": "bf2-conman",
25-
"FileVersion": "v0.2.0.0",
25+
"FileVersion": "v0.2.1.0",
2626
"InternalName": "",
2727
"LegalCopyright": "",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "bf2-conman",
32-
"ProductVersion": "v0.2.0.0",
32+
"ProductVersion": "v0.2.1.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)