Skip to content

Commit

Permalink
v3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Apr 29, 2018
1 parent 128de35 commit 9bf27d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src/Helpers/helpers.php"
]
},
"minimum-stability": "stable",
"minimum-stability": "alpha",
"prefer-stable": true,
"require": {
"php": ">=7.1",
Expand All @@ -27,7 +27,7 @@
"extra": {
"laravel": {
"providers": [
"Seat\\Web\\ServicesServiceProvider"
"Seat\\Services\\ServicesServiceProvider"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Config/services.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

return [

'version' => '3.0.0-beta1',
'version' => '3.0.0-beta2',

];

0 comments on commit 9bf27d0

Please sign in to comment.