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.3 ] - 2017-07-28
9
9
10
10
### Added
11
11
@@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
64
64
- Simple library for using the functionality in other projects
65
65
- Web interface for downloading youtube videos
66
66
67
- [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.2...HEAD
67
+ [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.3...HEAD
68
+ [ 0.2 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.2...0.3
68
69
[ 0.2 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.1...0.2
69
70
[ 0.1 ] : https://github.com/jeckman/YouTube-Downloader/compare/7397d4101a96aa3cc28d211d9f23d5da34c3d9c8...0.1
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.3-dev ' ;
15
+ private $ version = '0.3 ' ;
16
16
17
17
/**
18
18
* @var YoutubeDownloader\Container\Container
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function getVersion()
29
29
30
30
$ app = new App ($ container );
31
31
32
- $ this ->assertSame ('0.3-dev ' , $ app ->getVersion ());
32
+ $ this ->assertSame ('0.3 ' , $ app ->getVersion ());
33
33
}
34
34
35
35
/**
You can’t perform that action at this time.
0 commit comments