Skip to content

Commit

Permalink
Version 2019.05.22
Browse files Browse the repository at this point in the history
  • Loading branch information
arbruijn committed May 21, 2019
1 parent 07bc969 commit 796a3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LevelPost/MainWindow.xaml
Expand Up @@ -105,7 +105,7 @@
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Image HorizontalAlignment="Left" Height="100" Margin="10,10,50,0" VerticalAlignment="Top" Width="100" Source="icon128.png"/>
<Label x:Name="LblVersion" Content="LevelPost 2019.05.21" HorizontalAlignment="Left" Margin="115,10,0,0" VerticalAlignment="Top" Width="182"/>
<Label x:Name="LblVersion" Content="LevelPost 2019.05.22" HorizontalAlignment="Left" Margin="115,10,0,0" VerticalAlignment="Top" Width="182"/>
<Label Content="Arne de Bruijn" HorizontalAlignment="Left" Margin="115,62,0,0" VerticalAlignment="Top"/>
<Label x:Name="AboutLink" Content="https://www.arnedebruijn.nl/levelpost" HorizontalAlignment="Left" Margin="115,88,0,0" VerticalAlignment="Top" Cursor="Hand" Foreground="#FF0000EE" MouseUp="AboutLinkClick" TabIndex="12" IsTabStop="True" Focusable="True" KeyDown="AboutLink_KeyDown"/>
<Label Content="This is an unrelated, unsupported tool. Use at your own risk!" HorizontalAlignment="Left" Margin="115,114,0,0" VerticalAlignment="Top" Width="502"/>
Expand Down
2 changes: 1 addition & 1 deletion LevelPost/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2019.0521.0")]
[assembly: AssemblyVersion("1.2019.0522.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 796a3aa

Please sign in to comment.