From ec488572f888d60edc22e2424f8206d2d96ec77c Mon Sep 17 00:00:00 2001 From: Kam Figy Date: Sat, 31 Mar 2018 21:04:01 -0700 Subject: [PATCH] Update to 2.0.1 --- Kamsar.WebConsole/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kamsar.WebConsole/Properties/AssemblyInfo.cs b/Kamsar.WebConsole/Properties/AssemblyInfo.cs index a1971ab..f07f391 100644 --- a/Kamsar.WebConsole/Properties/AssemblyInfo.cs +++ b/Kamsar.WebConsole/Properties/AssemblyInfo.cs @@ -5,8 +5,8 @@ [assembly: AssemblyTitle("Kamsar.WebConsole")] [assembly: AssemblyProduct("Kamsar.WebConsole")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyVersion("2.0.1")] +[assembly: AssemblyFileVersion("2.0.1")] [assembly: AssemblyInformationalVersion("2.0.0")] [assembly: WebResource("Kamsar.WebConsole.Resources.console.css", "text/css")] [assembly: WebResource("Kamsar.WebConsole.Resources.console.js", "text/javascript")]