Skip to content

Commit

Permalink
Merge pull request #45 from maurobonfietti/v0.23.0
Browse files Browse the repository at this point in the history
Version 0.23.0
  • Loading branch information
maurobonfietti authored Jun 21, 2019
2 parents 764ae21 + 8eb4665 commit 812266c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ Access the root of the project and run all tests PHPUnit with `composer test`.
```bash
PHPUnit 8.2.3 by Sebastian Bergmann and contributors.

....................................................... 55 / 55 (100%)
......................................................... 57 / 57 (100%)

Time: 184 ms, Memory: 12.00 MB
Time: 235 ms, Memory: 12.00 MB

OK (55 tests, 291 assertions)
OK (57 tests, 304 assertions)
```


Expand Down
6 changes: 3 additions & 3 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ Acceder a la raíz del proyecto y ejecutar los tests PHPUnit con `composer test`
```bash
PHPUnit 8.2.3 by Sebastian Bergmann and contributors.

....................................................... 55 / 55 (100%)
......................................................... 57 / 57 (100%)

Time: 184 ms, Memory: 12.00 MB
Time: 235 ms, Memory: 12.00 MB

OK (55 tests, 291 assertions)
OK (57 tests, 304 assertions)
```


Expand Down
2 changes: 1 addition & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DefaultController extends BaseController
{
const API_VERSION = '0.22.4';
const API_VERSION = '0.23.0';

public function __construct(Container $container)
{
Expand Down

0 comments on commit 812266c

Please sign in to comment.