From dec523602d3543526f37788f37525aa3d11a8d40 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Thu, 10 Nov 2016 10:05:23 +0000 Subject: [PATCH] Updated AssemblyInfo.cs --- Facepunch.Steamworks/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Facepunch.Steamworks/Properties/AssemblyInfo.cs b/Facepunch.Steamworks/Properties/AssemblyInfo.cs index 2988e93..dda37e5 100644 --- a/Facepunch.Steamworks/Properties/AssemblyInfo.cs +++ b/Facepunch.Steamworks/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ 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("1.0.*")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion( "1.2.0.0" )] +[assembly: AssemblyFileVersion("1.2.0.0")]