Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Sep 16, 2010
1 parent 26457d8 commit faa7779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.4 / 2010-09-16
==================

* refactored code
* removed logic from object constructors
* added Loader & Filter interfaces

0.1.3 / 2010-09-14 0.1.3 / 2010-09-14
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion src/Everzet/Behat/Console/BehatApplication.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BehatApplication extends Application
*/ */
public function __construct() public function __construct()
{ {
parent::__construct('Behat','0.1.3'); parent::__construct('Behat','0.1.4');


$this->definition = new InputDefinition(array( $this->definition = new InputDefinition(array(
new InputOption('--help', '-H', InputOption::PARAMETER_NONE, 'Display this help message.'), new InputOption('--help', '-H', InputOption::PARAMETER_NONE, 'Display this help message.'),
Expand Down

0 comments on commit faa7779

Please sign in to comment.