Skip to content

Commit

Permalink
Fix TPM displaying incorrect version (#26)
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
Lamparter committed Oct 6, 2024
1 parent fd358ca commit 149f288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrustedPlatform/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<winuiex:WindowEx
x:Class="Rebound.TrustedPlatform.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down Expand Up @@ -288,7 +288,7 @@
FontWeight="Normal"
Foreground="{Binding Foreground, ElementName=WindowTitle}"
Opacity="0.5"
Text=" - BETA v1.0.1"
Text=" v0.0.3"
TextTrimming="CharacterEllipsis" />
</StackPanel>
<StackPanel
Expand Down

0 comments on commit 149f288

Please sign in to comment.