From ae948c83a578b14ada3f5dcfb335c75576b8ac7a Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 26 Jul 2015 17:02:54 +0100 Subject: [PATCH] Updated version number to 0.10 --- Filtration/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index 5d63462..e61ef1b 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Filtration")] -[assembly: AssemblyDescription("An item filter script manager for Path of Exile")] +[assembly: AssemblyDescription("An item filter script editor for Path of Exile")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("XVar Industries Inc.")] [assembly: AssemblyProduct("Filtration")] @@ -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.9.*")] +[assembly: AssemblyVersion("0.10.*")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] \ No newline at end of file