From 3d7e7026335ec63b803857b98ae04c0c096abfc1 Mon Sep 17 00:00:00 2001 From: thebookisclosed <13197516+thebookisclosed@users.noreply.github.com> Date: Thu, 9 Apr 2020 12:40:56 +0200 Subject: [PATCH] Bump library version --- ViVe/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ViVe/Properties/AssemblyInfo.cs b/ViVe/Properties/AssemblyInfo.cs index 286840e..ad94d89 100644 --- a/ViVe/Properties/AssemblyInfo.cs +++ b/ViVe/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Albacore.ViVe")] -[assembly: AssemblyCopyright("Copyright © @thebookisclosed 2019")] +[assembly: AssemblyCopyright("Copyright © @thebookisclosed 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // 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("2019.9.18.1002")] -[assembly: AssemblyFileVersion("2019.9.18.1002")] +[assembly: AssemblyVersion("2020.4.9.1000")] +[assembly: AssemblyFileVersion("2020.4.9.1000")]