Skip to content

Commit

Permalink
fix 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lotfio committed Jul 26, 2020
1 parent 4931e2b commit bf80eb0
Show file tree
Hide file tree
Showing 28 changed files with 31 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.6.2
- fix register build in commands

# 1.6.1
- fix help
- update readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<img src="https://img.shields.io/badge/License-MIT-f1c40f" alt="License">
<img src="https://img.shields.io/badge/PHP-7.2-3498db.svg" alt="PHP version">
<img src="https://img.shields.io/badge/version-1.6.0-2c3e50.svg" alt="Version">
<img src="https://img.shields.io/badge/version-1.6.2-2c3e50.svg" alt="Version">
<img src="https://img.shields.io/badge/coverage-40%25-27ae60.svg" alt="Coverage">
<img src="https://travis-ci.org/lotfio/conso.svg?branch=master" alt="Build Status">
<img src="https://github.styleci.io/repos/165832668/shield?branch=master" alt="StyleCi">
Expand Down
2 changes: 1 addition & 1 deletion commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion conso
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author <[email protected]>
* @package Conso PHP Console Creator
* @version 1.6.1
* @version 1.6.2
* @license MIT
* @category CLI
* @copyright 2019 Lotfio Lakehal
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandInvoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandLinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Commands/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Commands/stubs/command
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author <[email protected]>
* @package Conso PHP Console Creator
* @version 1.6.1
* @version 1.6.2
* @license MIT
* @category CLI
* @copyright 2019 Lotfio Lakehal
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Conso.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
4 changes: 2 additions & 2 deletions src/Conso/ConsoTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down Expand Up @@ -40,7 +40,7 @@ trait ConsoTrait
*
* @var string
*/
protected $version = '1.6.1';
protected $version = '1.6.2';

/**
* author.
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/CommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/InputInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/OutputInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/InputException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/InvokerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/OutputException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/hlprs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandInvokerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandLinkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandsTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ConsoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Mocks/Make.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/OutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.6.1
* @version 1.6.2
*
* @license MIT
*
Expand Down

0 comments on commit bf80eb0

Please sign in to comment.