From 8e591a2aaed2604011243496f37a86c3d91b7dae Mon Sep 17 00:00:00 2001 From: Pascal Krenckel Date: Thu, 26 May 2022 21:30:25 +0200 Subject: [PATCH] v1.2 --- NppGZipFileViewer/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NppGZipFileViewer/Properties/AssemblyInfo.cs b/NppGZipFileViewer/Properties/AssemblyInfo.cs index 4f750ea..bc3e517 100644 --- a/NppGZipFileViewer/Properties/AssemblyInfo.cs +++ b/NppGZipFileViewer/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.1.0.*")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyFileVersion("1.2.0.0")]