From 4b9754d6ba389ddcbbffd0edebeac1a2d75c7238 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Mon, 3 Sep 2018 20:54:49 -0500 Subject: [PATCH] Bump version for release --- 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 bc25ab6..31368e7 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 © 2017")] +[assembly: AssemblyCopyright("Copyright © 2018")] [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.1.*")] +[assembly: AssemblyVersion("1.2.*")] [assembly: AssemblyFileVersion("1.1.0.0")]