Skip to content

Commit

Permalink
v0.4.1 (bug fix release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinguin2001 committed Oct 18, 2022
1 parent 05d0844 commit 4c5c981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="WPCommandPrompt"
Publisher="CN=Pinguin2001"
Version="0.4.0.0" />
Version="0.4.1.0" />

<mp:PhoneIdentity PhoneProductId="7c02d3dd-afe8-4c25-a609-a888b4adf4f7" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 1 addition & 1 deletion src/Pages/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Height="64"
Source="ms-appx:///Assets/Square44x44Logo.png" />
<RichTextBlock VerticalAlignment="Center">
<Paragraph>Mobile Terminal v0.4.0</Paragraph>
<Paragraph>Mobile Terminal v0.4.1</Paragraph>
</RichTextBlock>
</StackPanel>
<RichTextBlock>
Expand Down
1 change: 1 addition & 0 deletions src/Pages/Terminal.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public sealed partial class Terminal : Page
public Terminal()
{
this.InitializeComponent();
ApplicationData.Current.LocalFolder.CreateFileAsync("cmdstring.txt", CreationCollisionOption.ReplaceExisting);
try
{
GetSettings();
Expand Down

0 comments on commit 4c5c981

Please sign in to comment.