Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Jul 19, 2017
1 parent 9d2fe60 commit f18293a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
* Modify ListenerRegisterService Logic

## v1.4.0 (2017-07-18)
* Add RequestServiceProvider and Compatible PSR-7
* Add RequestServiceProvider and Compatible PSR-7

## v1.4.1 (2017-07-19)
* Add ResponseAdapter and Compatible PSR-7
2 changes: 1 addition & 1 deletion src/Framework/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Kernel extends Container
public function __construct(array $values = [])
{
$start = microtime(true);
$this['version'] = 'v1.4.0';
$this['version'] = 'v1.4.1';
$this['start_time'] = $start;
self::$instance = $this;
parent::__construct($values);
Expand Down

0 comments on commit f18293a

Please sign in to comment.