diff --git a/Changelog.md b/Changelog.md index 306c3d97..54c31ac8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# v2.12.5 + +## Features +- The installer an Espera itself is now signed. + # v2.12.4 ## Bugfixes diff --git a/Espera.nuspec b/Espera.nuspec index e69bad98..91361180 100644 --- a/Espera.nuspec +++ b/Espera.nuspec @@ -2,7 +2,7 @@ Espera - 2.12.4 + 2.12.5 Espera Dennis Daume Dennis Daume diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 13e640e6..e508efaf 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -2,5 +2,5 @@ [assembly: AssemblyProduct("Espera")] [assembly: AssemblyCopyright("Copyright © 2015 Dennis Daume")] -[assembly: AssemblyVersion("2.12.0.4")] -[assembly: AssemblyFileVersion("2.12.0.4")] \ No newline at end of file +[assembly: AssemblyVersion("2.12.0.5")] +[assembly: AssemblyFileVersion("2.12.0.5")] \ No newline at end of file