Skip to content

Commit

Permalink
Release of version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Apr 24, 2014
1 parent 53d3f4a commit dd69932
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,3 +1,11 @@
# v2.0.1

## Changes
- The "local" tab is now called "my music"

## Bugfixes
- Fixed the width of the search box being to small.

# v2.0.0

## Features
Expand Down
4 changes: 2 additions & 2 deletions Espera/Espera.View/Espera.View.csproj
Expand Up @@ -37,8 +37,8 @@
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.0.0.0</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2.0.0.1</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions Espera/GlobalAssemblyInfo.cs
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit dd69932

Please sign in to comment.