From 29fa4090e2b675584a575c88f7c266926e7924ed Mon Sep 17 00:00:00 2001 From: AlexanderPro Date: Tue, 3 Oct 2023 16:19:24 +0300 Subject: [PATCH] Version 2.0.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 5b2e2af..9d426c2 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("1.16.0")] -[assembly: AssemblyFileVersion("1.16.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] \ No newline at end of file