Skip to content

Commit 8da99eb

Browse files
committed
Fix version
1 parent 310f8ed commit 8da99eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/HUDMerger/HUDMerger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
88
<Authors>Peter Wobcke</Authors>
9-
<Version>2.0.1</Version>
9+
<Version>2.0.2</Version>
1010
<Nullable>Enable</Nullable>
1111
</PropertyGroup>
1212
<ItemGroup>

src/HUDMerger/Views/AboutWindowView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</StackPanel.Resources>
4444
<Image Source="/Resources/favicon.ico" Width="64" Height="64" Margin="0,0,0,10" />
4545
<Label FontSize="28">HUD Merger</Label>
46-
<Label FontSize="15">Version 2.0.1</Label>
46+
<Label FontSize="15">Version 2.0.2</Label>
4747
<Label FontSize="15">Revan</Label>
4848
<WrapPanel HorizontalAlignment="Center" Margin="0,5,0,5" RenderOptions.BitmapScalingMode="Fant">
4949
<Button Style="{StaticResource ImageButton}" Command="{Binding OpenGithubCommand}">

0 commit comments

Comments
 (0)