From 16b97b26fe70dc9364ac09b5a342303df376560a Mon Sep 17 00:00:00 2001 From: zkhcohen Date: Fri, 20 Mar 2020 11:19:47 -0700 Subject: [PATCH] Updated version info. --- CHANGLOG.txt | 4 +++- README.txt | 4 ++-- Source Files/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGLOG.txt b/CHANGLOG.txt index 27a07f7..e098884 100644 --- a/CHANGLOG.txt +++ b/CHANGLOG.txt @@ -40,4 +40,6 @@ Update 7.1: Added dynamic indicator (tooltip) of time in song. Fixed version. Update 7.2: Attempt at fixing multi-threading crash and tooltip issues. Changed cursor type. -Update 7.3: Fixed an issue which caused a System.OverflowException when listening to radio streams for extended periods with the seekbar enabled. \ No newline at end of file +Update 7.3: Fixed an issue which caused a System.OverflowException when listening to radio streams for extended periods with the seekbar enabled. + +Update 7.4: Re-fixed the issue using a Bind. \ No newline at end of file diff --git a/README.txt b/README.txt index b4330ac..52348a4 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ -MusicBee Spectrogram 1.7 README: +MusicBee Spectrogram 1.7.4 README: -Tested on MusicBee 3.3.7035 +Tested on MusicBee 3.3.7367 diff --git a/Source Files/Properties/AssemblyInfo.cs b/Source Files/Properties/AssemblyInfo.cs index 03814d7..bebc732 100644 --- a/Source Files/Properties/AssemblyInfo.cs +++ b/Source Files/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.7.3.0")] -[assembly: AssemblyFileVersion("1.7.3.0")] +[assembly: AssemblyVersion("1.7.4.0")] +[assembly: AssemblyFileVersion("1.7.4.0")] [assembly: Guid("8CF1147C-B290-4A4B-9F0E-50B064C35866")]