From 7aa5e40d20b8af512464c0beb882e71061564f45 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 27 Dec 2016 22:11:55 -0500 Subject: [PATCH] increment version --- AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index bd9c3b8..bd187fa 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.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.2.1.0")] +[assembly: AssemblyFileVersion("0.2.1.0")] \ No newline at end of file