Skip to content

Commit 84f6728

Browse files
committed
tag: Bump version to 0.1.5
1 parent f15a87f commit 84f6728

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
@@ -202,7 +202,7 @@ func CreateMainWindow(h *handler.Handler, profiles []game.Profile, defaultProfil
202202
},
203203
},
204204
declarative.Label{
205-
Text: "BF2 conman v0.1.4",
205+
Text: "BF2 conman v0.1.5",
206206
Alignment: declarative.AlignHCenterVCenter,
207207
TextColor: walk.Color(win.GetSysColor(win.COLOR_GRAYTEXT)),
208208
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.1.4.0"
6+
version="0.1.5.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": 1,
6-
"Patch": 4,
6+
"Patch": 5,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 0,
1111
"Minor": 1,
12-
"Patch": 4,
12+
"Patch": 5,
1313
"Build": 0
1414
},
1515
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
2222
"Comments": "",
2323
"CompanyName": "cetteup",
2424
"FileDescription": "bf2-conman",
25-
"FileVersion": "v0.1.4.0",
25+
"FileVersion": "v0.1.5.0",
2626
"InternalName": "",
2727
"LegalCopyright": "",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "bf2-conman",
32-
"ProductVersion": "v0.1.4.0",
32+
"ProductVersion": "v0.1.5.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)