Skip to content

Commit

Permalink
tag: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Jun 5, 2024
1 parent c159f25 commit 46e1cfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/bf2-migrator/internal/gui/main_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func CreateMainWindow(h game.Handler, c client, f finder, r registryRepository,
},
},
declarative.Label{
Text: "BF2 migrator v0.2.1",
Text: "BF2 migrator v0.3.0",
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-migrator/resource/bf2-migrator.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="bf2-migrator"
version="0.2.1.0"
version="0.3.0.0"
processorArchitecture="*"/>
<dependency>
<dependentAssembly>
Expand Down
12 changes: 6 additions & 6 deletions cmd/bf2-migrator/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 0,
"Minor": 2,
"Patch": 1,
"Minor": 3,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 0,
"Minor": 2,
"Patch": 1,
"Minor": 3,
"Patch": 0,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "dogclan",
"FileDescription": "bf2-migrator",
"FileVersion": "v0.2.1.0",
"FileVersion": "v0.3.0.0",
"InternalName": "",
"LegalCopyright": "",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "bf2-migrator",
"ProductVersion": "v0.2.1.0",
"ProductVersion": "v0.3.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 46e1cfb

Please sign in to comment.