diff --git a/cmd/bf2-conman/internal/gui/main_window.go b/cmd/bf2-conman/internal/gui/main_window.go index 2e603c2..0501d05 100644 --- a/cmd/bf2-conman/internal/gui/main_window.go +++ b/cmd/bf2-conman/internal/gui/main_window.go @@ -191,7 +191,7 @@ func CreateMainWindow(h *handler.Handler, profiles []game.Profile, defaultProfil }, }, declarative.Label{ - Text: "BF2 conman v0.1.3", + Text: "BF2 conman v0.1.4", Alignment: declarative.AlignHCenterVCenter, TextColor: walk.Color(win.GetSysColor(win.COLOR_GRAYTEXT)), Background: declarative.SolidColorBrush{Color: walk.Color(win.GetSysColor(win.COLOR_BTNFACE))}, diff --git a/cmd/bf2-conman/resource/bf2-conman.exe.manifest b/cmd/bf2-conman/resource/bf2-conman.exe.manifest index f5bd3bf..f77b400 100644 --- a/cmd/bf2-conman/resource/bf2-conman.exe.manifest +++ b/cmd/bf2-conman/resource/bf2-conman.exe.manifest @@ -3,7 +3,7 @@ diff --git a/cmd/bf2-conman/versioninfo.json b/cmd/bf2-conman/versioninfo.json index 0e1aa78..f7b2c47 100644 --- a/cmd/bf2-conman/versioninfo.json +++ b/cmd/bf2-conman/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 0, "Minor": 1, - "Patch": 3, + "Patch": 4, "Build": 0 }, "ProductVersion": { "Major": 0, "Minor": 1, - "Patch": 3, + "Patch": 4, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "cetteup", "FileDescription": "bf2-conman", - "FileVersion": "v0.1.3.0", + "FileVersion": "v0.1.4.0", "InternalName": "", "LegalCopyright": "", "LegalTrademarks": "", "OriginalFilename": "", "PrivateBuild": "", "ProductName": "bf2-conman", - "ProductVersion": "v0.1.3.0", + "ProductVersion": "v0.1.4.0", "SpecialBuild": "" }, "VarFileInfo": {