Skip to content

Commit

Permalink
Bump versione
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Mar 21, 2021
1 parent 678e923 commit 24b895e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"laravel",
"lumen"
],
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"type": "project",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
});

$router->get('version', function () {
return response('1.1.0', 200);
return response('1.1.1', 200);
});

$router->group(['prefix' => 'auth'], function () use ($router) {
Expand Down

0 comments on commit 24b895e

Please sign in to comment.