Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Apr 19, 2024
1 parent ccd7d90 commit b2e83bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HUDMerger/HUDMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\favicon.ico</ApplicationIcon>
<Authors>Peter Wobcke</Authors>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Nullable>Enable</Nullable>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/HUDMerger/Views/AboutWindowView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</StackPanel.Resources>
<Image Source="/Resources/favicon.ico" Width="64" Height="64" Margin="0,0,0,10" />
<Label FontSize="28">HUD Merger</Label>
<Label FontSize="15">Version 2.0.0</Label>
<Label FontSize="15">Version 2.0.1</Label>
<Label FontSize="15">Revan</Label>
<WrapPanel HorizontalAlignment="Center" Margin="0,5,0,5" RenderOptions.BitmapScalingMode="Fant">
<Button Style="{StaticResource ImageButton}" Command="{Binding OpenGithubCommand}">
Expand Down

0 comments on commit b2e83bc

Please sign in to comment.