Skip to content

Commit

Permalink
Release of version 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Nov 9, 2014
1 parent 9c7878e commit 82203af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.10.4
# Bugfixes
- Fixed an issue with the artwork loading.
- Fixed a bug that caused increasing memory consumption when searching the local music library.
- Fixed a bug that caused read-only music files not being added to the library.

# v2.10.3

## Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions Espera.View/Espera.View.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>2.10.0.3</ApplicationVersion>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>2.10.0.4</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

[assembly: AssemblyProduct("Espera")]
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
[assembly: AssemblyVersion("2.10.0.3")]
[assembly: AssemblyFileVersion("2.10.0.3")]
[assembly: AssemblyVersion("2.10.0.4")]
[assembly: AssemblyFileVersion("2.10.0.4")]

0 comments on commit 82203af

Please sign in to comment.