Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Oct 22, 2018
1 parent e136889 commit 7c74184
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 @@ -87,7 +87,7 @@ When you check abilities at the gate, the bouncer will be consulted first. If he
Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md):

```
$ composer require silber/bouncer v1.0.0-rc.3
$ composer require silber/bouncer v1.0.0-rc.4
```

> In Laravel 5.5, [service providers and aliases are automatically registered](https://laravel.com/docs/5.5/packages#package-discovery). If you're using Laravel 5.5, skip ahead directly to step 3 (do not pass go, but do collect $200).
Expand Down Expand Up @@ -146,7 +146,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.3
$ composer require silber/bouncer v1.0.0-rc.4
```
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 7c74184

Please sign in to comment.