From ef925bdf14639be1daee4fc74af252d9cadcbb0f Mon Sep 17 00:00:00 2001 From: Lion-Craft Date: Tue, 17 Oct 2023 19:05:18 +0200 Subject: [PATCH] Update version number --- Tinyinfo/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tinyinfo/Properties/AssemblyInfo.cs b/Tinyinfo/Properties/AssemblyInfo.cs index e99a944..54853f3 100644 --- a/Tinyinfo/Properties/AssemblyInfo.cs +++ b/Tinyinfo/Properties/AssemblyInfo.cs @@ -32,5 +32,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("2.0.*")] -[assembly: AssemblyFileVersion("2.0.4")] +[assembly: AssemblyVersion("2.1.*")] +[assembly: AssemblyFileVersion("2.1.4")]