Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Jan 7, 2024
1 parent f02741a commit 4c43045
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="JPB.Office.UTE.UWP"
Publisher="CN=jpb"
Version="10.0.22000.2416" />
Version="10.0.22000.2482" />

<mp:PhoneIdentity PhoneProductId="C905AC9D-3357-436A-8C18-A59C4F700E06" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 1 addition & 1 deletion Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ private async void DisplayAboutDialog()
ContentDialog aboutDialog = new ContentDialog()
{
Title = "UltraTextEdit UWP",
Content = $"Version 10.0 (Build 22000.2416)\n\n© 2021-2023 jpb",
Content = $"Version 10.0 (Build 22000.2482)\n\n© 2021-2024 jpb",
CloseButtonText = "OK",
DefaultButton = ContentDialogButton.Close
};
Expand Down
2 changes: 1 addition & 1 deletion Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GroupName="AppTheme">

<controls1:SettingsExpander x:Name="aboutblock"
Header="UltraTextEdit UWP"
Description="10.0.22000.2416">
Description="10.0.22000.2482">
<controls1:SettingsExpander.HeaderIcon>
<BitmapIcon UriSource="ms-appx:///Assets/utevericon.png" ShowAsMonochrome="False" Height="24" Width="24"/>
</controls1:SettingsExpander.HeaderIcon>
Expand Down
6 changes: 3 additions & 3 deletions Views/utever.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
Grid.Column="1"
Foreground="{ThemeResource SystemControlDisabledBaseMediumLowBrush}"
Grid.Row="3"
Text="30/12/2023"/>
Text="07/01/2024"/>
<TextBlock Margin="0,0,20,5" Grid.Row="4" x:Uid="OSBuild" Text="Build"/>
<TextBlock
Name="Build"
Margin="0,0,0,5"
Grid.Column="1"
Foreground="{ThemeResource SystemControlDisabledBaseMediumLowBrush}"
Grid.Row="4"
Text="22000.2416"/>
Text="22000.2482"/>
<TextBlock Margin="0,0,20,5" Grid.Row="5" x:Uid="InsiderChannel" Text="Insider Channel" Visibility="Collapsed"/>
<TextBlock
Name="InsiderChannel"
Expand Down Expand Up @@ -115,7 +115,7 @@ Visibility="Collapsed"/>
MIT License
&#x0a;
&#x0a;
Copyright (c) 2021-2023 jpb (GitHub username jpbandroid)
Copyright (c) 2021-2024 jpb (GitHub username jpbandroid)
&#x0a;
&#x0a;
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit 4c43045

Please sign in to comment.