From 3e33c7c1ff5a9341087f1624ae4aaa6c40f7948c Mon Sep 17 00:00:00 2001 From: Viktor Ferenczi Date: Mon, 13 May 2024 22:44:58 +0200 Subject: [PATCH] 1.5.2 (#18) Compatibility with game version 1.204.015 --- ToolbarManager/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ToolbarManager/Properties/AssemblyInfo.cs b/ToolbarManager/Properties/AssemblyInfo.cs index 7e720d5..941bf68 100644 --- a/ToolbarManager/Properties/AssemblyInfo.cs +++ b/ToolbarManager/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.5.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")] \ No newline at end of file