From b2cdcf14c7606eb992e6c9804d5897b85c8961f5 Mon Sep 17 00:00:00 2001 From: webdev4 Date: Fri, 23 Mar 2018 09:22:17 +0100 Subject: [PATCH] Version 2.1.2.4 --- EZBlocker2/Properties/AssemblyInfo.cs | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/EZBlocker2/Properties/AssemblyInfo.cs b/EZBlocker2/Properties/AssemblyInfo.cs index 9c19696..9237d2f 100644 --- a/EZBlocker2/Properties/AssemblyInfo.cs +++ b/EZBlocker2/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.2.3")] -[assembly: AssemblyFileVersion("2.1.2.3")] +[assembly: AssemblyVersion("2.1.2.4")] +[assembly: AssemblyFileVersion("2.1.2.4")] diff --git a/README.md b/README.md index b2e8d87..8f82e35 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ EZBlocker 2 will create a log with all errors detected. If you want to open a is ### Changelog +Version 2.1.2.4: +- Fixed memory leak (issue #10, #9) + Version 2.1.2.3: - Improved Spotify port detection - Fixed minor bugs