From 7a9155b21c77acdd1a7f749af1ca24c68d911d33 Mon Sep 17 00:00:00 2001 From: Dylan Bickerstaff Date: Thu, 18 Jan 2024 02:03:37 -0500 Subject: [PATCH] Update AssemblyInfo.cs --- SuperGrate/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperGrate/Properties/AssemblyInfo.cs b/SuperGrate/Properties/AssemblyInfo.cs index 4f85e2e..3f65223 100644 --- a/SuperGrate/Properties/AssemblyInfo.cs +++ b/SuperGrate/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Dylan Bickerstaff")] [assembly: AssemblyProduct("Super Grate")] -[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyCopyright("Copyright © 2024")] [assembly: AssemblyTrademark("Dylan Bickerstaff")] [assembly: AssemblyCulture("")] @@ -14,4 +14,4 @@ [assembly: Guid("2f05c2fb-1f11-4d53-9d9d-c8cec72ab64e")] -[assembly: AssemblyVersion("1.4.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.1.0")]