Skip to content

Commit

Permalink
Fix version number in Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
c0pperdragon committed Sep 16, 2018
1 parent 5f252eb commit 762f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EV3Explorer/MainWindow.xaml
@@ -1,7 +1,7 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="window"
x:Class="EV3Explorer.MainWindow"
Title="EV3Explorer 1.2.5" Height="600" Width="800"
Title="EV3Explorer 1.2.8" Height="600" Width="800"
KeyDown="Window_keydown"
Closing="Window_closing">
<Grid Margin="0,0,0,0" Background="{DynamicResource {x:Static SystemColors.HighlightBrushKey}}">
Expand Down

0 comments on commit 762f363

Please sign in to comment.