This repository was archived by the owner on Jul 12, 2020. It is now read-only.
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.5.1 ] - 2017-09-22
9
9
10
10
### Fixed
11
11
@@ -131,7 +131,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
131
131
- Simple library for using the functionality in other projects
132
132
- Web interface for downloading youtube videos
133
133
134
- [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.5...HEAD
134
+ [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.5.1...HEAD
135
+ [ 0.5.1 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.5...0.5.1
135
136
[ 0.5 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.4...0.5
136
137
[ 0.4 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.3...0.4
137
138
[ 0.3 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.2...0.3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class App
12
12
/**
13
13
* @var string
14
14
*/
15
- private $ version = '0.5 ' ;
15
+ private $ version = '0.5.1 ' ;
16
16
17
17
/**
18
18
* @var YoutubeDownloader\Container\Container
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function getVersion()
35
35
36
36
$ app = new App ($ container );
37
37
38
- $ this ->assertSame ('0.5 ' , $ app ->getVersion ());
38
+ $ this ->assertSame ('0.5.1 ' , $ app ->getVersion ());
39
39
}
40
40
41
41
/**
You can’t perform that action at this time.
0 commit comments