Skip to content

Commit

Permalink
Bumps version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jun 12, 2021
1 parent deb90fc commit 2f301a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Change Log
---------
# Versions

## 1.4.1 - 2021/06/12
### Changed
- Introduces state persistence for the cover caching mechanism to improve performance.

### Added
- Adds a button in the control panel to allow for easy cache invalidation.

## 1.4.0
### Changed
- Fixes status displaying as stopped when range filtering is active.
Expand Down
5 changes: 2 additions & 3 deletions plugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -11,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Kelsos")]
[assembly: AssemblyProduct("MusicBee Remote Control")]
[assembly: AssemblyCopyright("Copyright © Konstantinos Paparas (kelsos) 2015")]
[assembly: AssemblyCopyright("Copyright © Konstantinos Paparas (kelsos) 2015-2021")]
[assembly: AssemblyTrademark("kelsos")]
[assembly: AssemblyCulture("")]

Expand All @@ -36,4 +35,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyVersion("1.4.1")]

0 comments on commit 2f301a3

Please sign in to comment.