Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 9398cd0

Browse files
committed
Release of version 0.10.4
1 parent 57aa1d2 commit 9398cd0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# v0.10.3
22

3+
- Performance improvements in the deciphering code.
4+
5+
# v0.10.3
6+
37
## Bugfixes
48
- Fixed the deciphering code. Thanks @Cyano!
59

YoutubeExtractor/YoutubeExtractor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
[assembly: AssemblyCopyright("Copyright © 2014")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
13-
[assembly: AssemblyVersion("0.10.3")]
14-
[assembly: AssemblyFileVersion("0.10.3")]
13+
[assembly: AssemblyVersion("0.10.4")]
14+
[assembly: AssemblyFileVersion("0.10.4")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.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>YoutubeExtractor</id>
5-
<version>0.10.3</version>
5+
<version>0.10.4</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>

0 commit comments

Comments
 (0)