Skip to content

Commit

Permalink
Bump version to 2.3.1 and update necessary views to reflect change
Browse files Browse the repository at this point in the history
  • Loading branch information
hjohnson12 committed Jun 21, 2024
1 parent cdd21c8 commit b0f2850
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ChatTailorAI.Uwp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="17325HunterJohnson.ChatTailorAI"
Publisher="CN=7E9AA0BA-92B9-4274-B9BB-343DA3A9765C"
Version="2.3.0.0" />
Version="2.3.1.0" />

<mp:PhoneIdentity PhoneProductId="145d555a-796f-464e-88f3-ff3829795b85" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 1 addition & 1 deletion src/ChatTailorAI.Uwp/Views/Dialogs/AppUpdatedDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<StackPanel Orientation="Vertical">
<TextBlock
Margin="0,0,0,12"
Text="v2.3.0 ChatTailor AI:"
Text="v2.3.1 ChatTailor AI:"
TextDecorations="Underline"
TextWrapping="Wrap" />
<TextBlock
Expand Down
4 changes: 2 additions & 2 deletions src/ChatTailorAI.Uwp/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@
Margin="12"
HorizontalAlignment="Right"
VerticalAlignment="Center">
v2.3.0
v2.3.1
</TextBlock>
</Grid>
</Grid>
Expand Down Expand Up @@ -1859,7 +1859,7 @@
Margin="0,12,0,0"
FontWeight="Bold"
IsTextSelectionEnabled="True"
Text="v2.3.0:"
Text="v2.3.1:"
TextDecorations="Underline"
TextWrapping="Wrap" />
<TextBlock
Expand Down

0 comments on commit b0f2850

Please sign in to comment.