Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
1357310795 committed Jul 9, 2022
1 parent 117001e commit 3ac3c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyComputerManager/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</StackPanel>
</Grid>

<ui:TitleBar Title="MyComputerManager - v1.0"
<ui:TitleBar Title="MyComputerManager - v1.01"
Padding="10,10,10,12"
Grid.Row="0"
Icon="/Resources/openbox.ico"
Expand Down
2 changes: 1 addition & 1 deletion MyComputerManager/Views/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
FontSize="20" />
<TextBlock HorizontalAlignment="Center"
Margin="0,6,0,0"
Text="v0.1"
Text="v1.01"
FontSize="16" />
<TextBlock HorizontalAlignment="Center"
Margin="0,6,0,0"
Expand Down

0 comments on commit 3ac3c53

Please sign in to comment.