diff --git a/src/Git.Unite/Properties/AssemblyInfo.cs b/src/Git.Unite/Properties/AssemblyInfo.cs index aaa203f..2f94e65 100644 --- a/src/Git.Unite/Properties/AssemblyInfo.cs +++ b/src/Git.Unite/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.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] diff --git a/src/LibGitUnite/Properties/AssemblyInfo.cs b/src/LibGitUnite/Properties/AssemblyInfo.cs index 5276262..c837a42 100644 --- a/src/LibGitUnite/Properties/AssemblyInfo.cs +++ b/src/LibGitUnite/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.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")]