From cc322eeb8e1df9aaf1be7a88b980b820286bf972 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Wed, 3 Apr 2019 21:26:02 -0500 Subject: Make achievements screen resize properly, make load screen look much better, other small adjustments --- Histacom2/Properties/AssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Histacom2/Properties') diff --git a/Histacom2/Properties/AssemblyInfo.cs b/Histacom2/Properties/AssemblyInfo.cs index 981eb39..3858522 100644 --- a/Histacom2/Properties/AssemblyInfo.cs +++ b/Histacom2/Properties/AssemblyInfo.cs @@ -9,9 +9,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Histacom2")] [assembly: AssemblyDescription("Revival of the original hacking simulator!")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Histacom2Devs")] +[assembly: AssemblyCompany("Michael Webb")] [assembly: AssemblyProduct("Histacom2")] -[assembly: AssemblyCopyright("Copyright © Histacom2Devs 2017")] +[assembly: AssemblyCopyright("Copyright © Michael Webb and contributors, 2019.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,7 +33,7 @@ using System.Runtime.InteropServices; // 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("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] [assembly: NeutralResourcesLanguage("en-US")] -- cgit v1.2.3