Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 63a376a

Browse files
Bumped version
1 parent 59e73f4 commit 63a376a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Laravel Navigation was created by, and is maintained by [Graham Campbell](https:
2121
To get the latest version of Laravel Navigation, simply add the following line to the require block of your `composer.json` file:
2222

2323
```
24-
"graham-campbell/navigation": "~2.1"
24+
"graham-campbell/navigation": "~2.2"
2525
```
2626

2727
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "2.1-dev"
36+
"dev-master": "2.2-dev"
3737
}
3838
},
3939
"minimum-stability": "dev",

0 commit comments

Comments
 (0)