diff --git a/ModernHttpClient.nuspec b/ModernHttpClient.nuspec index 1827129..7afaf49 100644 --- a/ModernHttpClient.nuspec +++ b/ModernHttpClient.nuspec @@ -1,7 +1,7 @@  - 2.1.4 + 2.1.5 Paul Betts Paul Betts https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING diff --git a/src/ModernHttpClient/Properties/AssemblyInfo.cs b/src/ModernHttpClient/Properties/AssemblyInfo.cs index 9cb32d4..a118134 100644 --- a/src/ModernHttpClient/Properties/AssemblyInfo.cs +++ b/src/ModernHttpClient/Properties/AssemblyInfo.cs @@ -29,5 +29,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.1.4")] -[assembly: AssemblyFileVersion("2.1.4")] +[assembly: AssemblyVersion("2.1.5")] +[assembly: AssemblyFileVersion("2.1.5")]