Skip to content

Commit 762f363

Browse files
author
c0pperdragon
committed
Fix version number in Explorer
1 parent 5f252eb commit 762f363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EV3Explorer/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="window"
33
x:Class="EV3Explorer.MainWindow"
4-
Title="EV3Explorer 1.2.5" Height="600" Width="800"
4+
Title="EV3Explorer 1.2.8" Height="600" Width="800"
55
KeyDown="Window_keydown"
66
Closing="Window_closing">
77
<Grid Margin="0,0,0,0" Background="{DynamicResource {x:Static SystemColors.HighlightBrushKey}}">

0 commit comments

Comments
 (0)