Skip to content

Commit

Permalink
Release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CupOfTea696 committed Dec 20, 2016
1 parent 50c3cc8 commit 6079acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install PrioritizeRoutes, you will first need to install [Composer][composer]
You can install PrioritizeRoutes by simply requiring the package with [Composer][composer] inside your projects root. To do so, run the following command:

```bash
$ composer require cupoftea/prioritize-routes ~1.0
$ composer require cupoftea/prioritize-routes ~1.1
```

### Setting up PrioritizeRoutes
Expand Down
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Router extends IlluminateRouter
*
* @const string
*/
const VERSION = '1.0.0';
const VERSION = '1.1.0';

/**
* Original Router.
Expand Down

0 comments on commit 6079acd

Please sign in to comment.