diff --git a/cmd/bf2-conman/internal/gui/main_window.go b/cmd/bf2-conman/internal/gui/main_window.go
index 5e4e22a..2911d1c 100644
--- a/cmd/bf2-conman/internal/gui/main_window.go
+++ b/cmd/bf2-conman/internal/gui/main_window.go
@@ -226,7 +226,7 @@ func CreateMainWindow(h *handler.Handler, profiles []game.Profile, defaultProfil
},
},
declarative.Label{
- Text: "BF2 conman v0.2.2",
+ Text: "BF2 conman v0.2.3",
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 9097467..1297882 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 550a01e..aa57992 100644
--- a/cmd/bf2-conman/versioninfo.json
+++ b/cmd/bf2-conman/versioninfo.json
@@ -3,13 +3,13 @@
"FileVersion": {
"Major": 0,
"Minor": 2,
- "Patch": 2,
+ "Patch": 3,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 2,
- "Patch": 2,
+ "Patch": 3,
"Build": 0
},
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "cetteup",
"FileDescription": "bf2-conman",
- "FileVersion": "v0.2.2.0",
+ "FileVersion": "v0.2.3.0",
"InternalName": "",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "bf2-conman",
- "ProductVersion": "v0.2.2.0",
+ "ProductVersion": "v0.2.3.0",
"SpecialBuild": ""
},
"VarFileInfo": {