Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Updated version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zkhcohen committed Mar 20, 2020
1 parent 1d092df commit 16b97b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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



Expand Down
4 changes: 2 additions & 2 deletions Source Files/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 16b97b2

Please sign in to comment.