diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index 2b7b2d1..20ec38e 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -50,7 +50,7 @@ using System.Windows; // 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("0.1.*")] +[assembly: AssemblyVersion("0.2.*")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] \ No newline at end of file diff --git a/Filtration/Views/AboutWindow.xaml b/Filtration/Views/AboutWindow.xaml index 0386340..55d4a88 100644 --- a/Filtration/Views/AboutWindow.xaml +++ b/Filtration/Views/AboutWindow.xaml @@ -5,7 +5,7 @@ xmlns:extensions="clr-namespace:Filtration.Extensions" Title="About Filtration" Height="360" - Width="560" + Width="580" Loaded="AboutWindow_OnLoaded" BorderThickness="1" BorderBrush="Black"> @@ -29,11 +29,11 @@ Filtration - Version 0.1 + Version 0.2 Copyright © 2015 Created by Ben Wallis - http://ben-wallis.github.io/Filtration/ + https://github.com/ben-wallis/Filtration/