Skip to content

Commit

Permalink
Bump version to v1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Sep 8, 2020
1 parent 0be8132 commit 05f030b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 05f030b

Please sign in to comment.