From 0d393684a0fb0551799e0de3e55f08990fbfa569 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Mon, 27 Dec 2021 07:36:07 +0100 Subject: [PATCH] [Feature] Do not block menu when settings form open (#280), 1.2.0.5 --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index bb2ccc9..8f67fd0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,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.2.0.4")] -[assembly: AssemblyFileVersion("1.2.0.4")] +[assembly: AssemblyVersion("1.2.0.5")] +[assembly: AssemblyFileVersion("1.2.0.5")]