diff --git a/docs/config.php b/docs/config.php index e13383d..e5b6fc9 100644 --- a/docs/config.php +++ b/docs/config.php @@ -9,9 +9,9 @@ return [ // key => display name 'versions' => [ 'v1' => '1.x', - 'v2' => '2.x (beta)', + 'v2' => '2.x', ], - 'defaultVersion' => 'v1', + 'defaultVersion' => 'v2', 'prettyUrls' => true, 'version' => function ($page) { diff --git a/docs/source/v2/installation.blade.md b/docs/source/v2/installation.blade.md index ef34761..b1ad63b 100644 --- a/docs/source/v2/installation.blade.md +++ b/docs/source/v2/installation.blade.md @@ -14,11 +14,9 @@ Laravel 6.0 or higher is needed. First you need to require the package using composer: ``` -composer require stancl/tenancy:v2.0.0-rc2 +composer require stancl/tenancy ``` -> **Note:** Be sure to `composer require stancl/tenancy` (without the `:v2.0.0-rc2`) once 2.0.0 is released. - ### Automatic installation {#automatic-installation} To install the package, simply run