From 95126bbcf89c749024c50e0f3cca01c75038ad3e Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 27 Aug 2016 18:58:53 -0400 Subject: [PATCH] incremented version number --- AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 4dbc127..bd9c3b8 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")] \ No newline at end of file