Skip to content

Commit 3901b23

Browse files
committed
Release of version 2.12.4
1 parent fdfbcdf commit 3901b23

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.12.4
2+
3+
## Bugfixes
4+
- Fixed some updating issues with the portable version.
5+
16
# v2.12.3
27

38
## Bugfixes

Espera.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Espera</id>
5-
<version>2.12.3</version>
5+
<version>2.12.4</version>
66
<title>Espera</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>

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 © 2015 Dennis Daume")]
5-
[assembly: AssemblyVersion("2.12.0.3")]
6-
[assembly: AssemblyFileVersion("2.12.0.3")]
5+
[assembly: AssemblyVersion("2.12.0.4")]
6+
[assembly: AssemblyFileVersion("2.12.0.4")]

0 commit comments

Comments
 (0)