From d41eba45af85487e591090074449e44b0d27cf72 Mon Sep 17 00:00:00 2001 From: partouf Date: Mon, 20 Feb 2017 01:43:44 +0100 Subject: [PATCH] changed version in assembly to 1.2 --- GitBitter/Properties/AssemblyInfo.cs | 4 ++-- GitBitterEdit/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GitBitter/Properties/AssemblyInfo.cs b/GitBitter/Properties/AssemblyInfo.cs index d4ed6d2..7fb4cd1 100644 --- a/GitBitter/Properties/AssemblyInfo.cs +++ b/GitBitter/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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/GitBitterEdit/Properties/AssemblyInfo.cs b/GitBitterEdit/Properties/AssemblyInfo.cs index bc51304..9ab563f 100644 --- a/GitBitterEdit/Properties/AssemblyInfo.cs +++ b/GitBitterEdit/Properties/AssemblyInfo.cs @@ -51,5 +51,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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]