Skip to content

Commit

Permalink
Merge pull request #32 from Edofre/v1.2.1
Browse files Browse the repository at this point in the history
V1.2.1
  • Loading branch information
Edofre authored Sep 1, 2017
2 parents 7934e02 + 16ec201 commit ccf8a58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGE.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `laravel-fullcalendar`
==================================

## Version 1.2.1

**Date:** 1-Sep-2017

- Fixed type in autodiscovery package

## Version 1.2.0

**Date:** 19-Aug-2017
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ php composer.phar require edofre/laravel-fullcalendar
or add

```
"edofre/laravel-fullcalendar": "V1.2.0"
"edofre/laravel-fullcalendar": "V1.2.1"
```

to the ```require``` section of your `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"extra": {
"laravel": {
"providers": [
"EdoFre\\Fullcalendar\\FullcalendarServiceProvider"
"Edofre\\Fullcalendar\\FullcalendarServiceProvider"
],
"aliases": {
"Fullcalendar": "EdoFre\\Fullcalendar\\Facades\\Fullcalendar"
Expand Down

0 comments on commit ccf8a58

Please sign in to comment.