Skip to content

Commit

Permalink
updated readme + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HUET Benjamin committed Dec 13, 2017
1 parent ebfb471 commit fba58ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ https://packagist.org/packages/kassie/calendar
* Append to the provider array in `config/app.php` the service provider of this package : `Seat\Kassie\Calendar\CalendarServiceProvider::class`
* `php artisan vendor:publish --force`
* `php artisan migrate`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\Seeders\\CalendarSettingsTableSeeder`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\Seeders\\CalendarTagsSeeder`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\Seeders\\ScheduleSeeder`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\CalendarSettingsTableSeeder`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\CalendarTagsSeeder`
* `php artisan db:seed --class=Seat\\Kassie\\Calendar\\database\\seeds\\ScheduleSeeder`

# Feedbacks or support
@kassie_yvo on eve-seat.slack.com
Expand All @@ -26,7 +26,7 @@ Kassie Yvo in-game

If you like this module, consider giving some ISK, I'm space poor.

# Screenshots
# Screenshots (out of date)
## Main display
![Main display](http://i.imgur.com/UXr9LfX.png "Main display")

Expand Down
2 changes: 1 addition & 1 deletion src/Config/calendar.config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'version' => '1.3.0'
'version' => '1.3.1'
];

0 comments on commit fba58ac

Please sign in to comment.