From 75afb9e425ed225e2c6527f0fb46556e1e26ff21 Mon Sep 17 00:00:00 2001 From: atom0s Date: Tue, 22 Mar 2022 14:46:24 -0700 Subject: [PATCH] Unpacker: v31.x64 - Bump unpacker version. Previous commit fixes #65 --- Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs b/Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs index b379f0a..58f4c24 100644 --- a/Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs +++ b/Steamless.Unpacker.Variant31.x64/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("05f540fb-d14b-4966-8de2-591b76361cf0")] -[assembly: AssemblyVersion("1.0.0.2")] -[assembly: AssemblyFileVersion("1.0.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.3")] +[assembly: AssemblyFileVersion("1.0.0.3")] \ No newline at end of file