From 093147c74dad02176d95ec84b0d10fc54d85154f Mon Sep 17 00:00:00 2001 From: Dennis Daume Date: Tue, 3 Mar 2015 20:37:19 +0100 Subject: [PATCH] Release of version 2.12.6 --- Changelog.md | 5 +++++ Espera.nuspec | 2 +- GlobalAssemblyInfo.cs | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 24b86edd..05620d0a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# v2.12.6 + +## Bugfixes +- Fixed a crash when opening the context menu in the list of YouTube videos. + # v2.12.5 ## Features diff --git a/Espera.nuspec b/Espera.nuspec index 91361180..189a7264 100644 --- a/Espera.nuspec +++ b/Espera.nuspec @@ -2,7 +2,7 @@ Espera - 2.12.5 + 2.12.6 Espera Dennis Daume Dennis Daume diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index e508efaf..b1c43ef4 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.5")] -[assembly: AssemblyFileVersion("2.12.0.5")] \ No newline at end of file +[assembly: AssemblyVersion("2.12.0.6")] +[assembly: AssemblyFileVersion("2.12.0.6")] \ No newline at end of file