Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Apr 25, 2021
1 parent be2719e commit 571b677
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.1",
"version": "1.1.2",
"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.1', 200);
return response('1.1.2', 200);
});

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

0 comments on commit 571b677

Please sign in to comment.