From 4db96acfeed68e7840c20bb746520d266077c660 Mon Sep 17 00:00:00 2001 From: Oleg Rakhmatulin Date: Thu, 5 Sep 2019 11:17:32 +0200 Subject: [PATCH] Prepare 1.2.0 release --- ILovePDF/ILovePDF/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILovePDF/ILovePDF/Properties/AssemblyInfo.cs b/ILovePDF/ILovePDF/Properties/AssemblyInfo.cs index fdadc60..e5ccd03 100644 --- a/ILovePDF/ILovePDF/Properties/AssemblyInfo.cs +++ b/ILovePDF/ILovePDF/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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.1.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] [assembly: CLSCompliant(true)] \ No newline at end of file