Skip to content

Commit

Permalink
tag: Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Sep 12, 2022
1 parent b0f4a13 commit f18a3eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/bf2-conman/internal/gui/main_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func CreateMainWindow(h *handler.Handler, profiles []game.Profile, defaultProfil
},
},
declarative.Label{
Text: "BF2 conman v0.1.1",
Text: "BF2 conman v0.1.2",
Alignment: declarative.AlignHCenterVCenter,
TextColor: walk.Color(win.GetSysColor(win.COLOR_GRAYTEXT)),
Background: declarative.SolidColorBrush{Color: walk.Color(win.GetSysColor(win.COLOR_BTNFACE))},
Expand Down
2 changes: 1 addition & 1 deletion cmd/bf2-conman/resource/bf2-conman.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="bf2-conman"
version="0.1.1.0"
version="0.1.2.0"
processorArchitecture="*"/>
<dependency>
<dependentAssembly>
Expand Down
8 changes: 4 additions & 4 deletions cmd/bf2-conman/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 0,
"Minor": 1,
"Patch": 1,
"Patch": 2,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 1,
"Patch": 1,
"Patch": 2,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "cetteup",
"FileDescription": "bf2-conman",
"FileVersion": "v0.1.1.0",
"FileVersion": "v0.1.2.0",
"InternalName": "",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "bf2-conman",
"ProductVersion": "v0.1.1.0",
"ProductVersion": "v0.1.2.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit f18a3eb

Please sign in to comment.