From 11f108b5f8037071e7c4e8c45e5cf118ba94e9f2 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Sun, 9 Feb 2020 13:11:00 -0600 Subject: [PATCH] Bump version --- AuroraRecordGenerator/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AuroraRecordGenerator/Properties/AssemblyInfo.cs b/AuroraRecordGenerator/Properties/AssemblyInfo.cs index 112ba83..2972932 100644 --- a/AuroraRecordGenerator/Properties/AssemblyInfo.cs +++ b/AuroraRecordGenerator/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AuroraRecordGenerator")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,5 +49,5 @@ using System.Windows; // 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("1.3.*")] +[assembly: AssemblyVersion("1.4.*")] [assembly: AssemblyFileVersion("1.1.0.0")]