diff --git a/H1emu/MainWindow.xaml b/H1emu/MainWindow.xaml index ef623d7..3dc9de5 100644 --- a/H1emu/MainWindow.xaml +++ b/H1emu/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:H1Z1_server" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - Title="H1emu v1.0.2" + Title="H1emu v1.1.0" Width="800" Height="450" ResizeMode="NoResize" diff --git a/H1emu/Properties/AssemblyInfo.cs b/H1emu/Properties/AssemblyInfo.cs index 2b40427..4766de4 100644 --- a/H1emu/Properties/AssemblyInfo.cs +++ b/H1emu/Properties/AssemblyInfo.cs @@ -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.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] \ No newline at end of file