From 05f030bb88d9a26d6cd9c580f883a0dd0d9c767f Mon Sep 17 00:00:00 2001 From: Joseph Silber Date: Tue, 8 Sep 2020 11:47:38 -0400 Subject: [PATCH] Bump version to v1.0.0-rc.9 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a0a57e00..c5e1d274 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,7 @@ When you check abilities at Laravel's gate, the bouncer will automatically be co 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` -$ composer require silber/bouncer v1.0.0-rc.8 +$ composer require silber/bouncer v1.0.0-rc.9 ``` 2) Add Bouncer's trait to your user model: @@ -133,7 +133,7 @@ For more information about Laravel Facades, refer to [the Laravel documentation] 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` - $ composer require silber/bouncer v1.0.0-rc.8 + $ composer require silber/bouncer v1.0.0-rc.9 ``` 2) Set up the database with [the Eloquent Capsule component](https://github.com/illuminate/database/blob/master/README.md):