From 862f69e6b952113bd0916dad1df3fbc8797882d9 Mon Sep 17 00:00:00 2001 From: Dustin Leavins Date: Fri, 7 Mar 2014 08:56:10 -0600 Subject: [PATCH] Update SolutionInfo for v0.2.0.1 --- properties/SolutionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/properties/SolutionInfo.cs b/properties/SolutionInfo.cs index c7dff36..f81d780 100644 --- a/properties/SolutionInfo.cs +++ b/properties/SolutionInfo.cs @@ -1,7 +1,7 @@ using System; using System.Reflection; -[assembly: AssemblyVersion("0.2")] -[assembly: AssemblyFileVersion("0.2")] +[assembly: AssemblyVersion("0.2.0.1")] +[assembly: AssemblyFileVersion("0.2.0.1")] [assembly: AssemblyCompany("Dustin Leavins")] [assembly: AssemblyCopyright("Copyright © Dustin Leavins 2013,2014")] \ No newline at end of file