Skip to content

Commit 4998b37

Browse files
committed
Release of version 2.10.3
1 parent fc931da commit 4998b37

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.10.3
2+
3+
## Bugfixes
4+
- Fixed a bug that allowed the adding of songs to the playlist even when Espera was locked down in the party mode.
5+
16
# v2.10.2
27

38
## Bugfixes

Espera.View/Espera.View.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
4040
<WebPage>publish.htm</WebPage>
4141
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
42-
<ApplicationRevision>2</ApplicationRevision>
43-
<ApplicationVersion>2.10.0.2</ApplicationVersion>
42+
<ApplicationRevision>3</ApplicationRevision>
43+
<ApplicationVersion>2.10.0.3</ApplicationVersion>
4444
<UseApplicationTrust>false</UseApplicationTrust>
4545
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4646
<PublishWizardCompleted>true</PublishWizardCompleted>

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[assembly: AssemblyProduct("Espera")]
44
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
5-
[assembly: AssemblyVersion("2.10.0.2")]
6-
[assembly: AssemblyFileVersion("2.10.0.2")]
5+
[assembly: AssemblyVersion("2.10.0.3")]
6+
[assembly: AssemblyFileVersion("2.10.0.3")]

0 commit comments

Comments
 (0)