From f6489a12216ad58e75cb27192a53dd5f5a3b81d3 Mon Sep 17 00:00:00 2001 From: AlexanderPro Date: Mon, 29 Apr 2024 10:00:00 +0300 Subject: [PATCH] Version 2.1.0 --- WindowTextExtractor/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowTextExtractor/Properties/AssemblyInfo.cs b/WindowTextExtractor/Properties/AssemblyInfo.cs index 9d426c2..3fdeac8 100644 --- a/WindowTextExtractor/Properties/AssemblyInfo.cs +++ b/WindowTextExtractor/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("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] \ No newline at end of file