Skip to content

Commit

Permalink
Version bump 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Sep 9, 2020
1 parent de46899 commit aa6090b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@
There is a casting to `\Carbon\Carbon` objects for: `reserved_at`, `available_at`, `created_at` and `failed_at` and a casting to array for `payload`.

#### Attributes/ Mutators
There are getters for all the keys of the payload, including the `data` array. For more information, see the [Laravel Documentation on Eloquent Mutators](https://laravel.com/docs/5.8/eloquent-mutators).
There are getters for all the keys of the payload, including the `data` array. For more information, see the [Laravel Documentation on Eloquent Mutators](https://laravel.com/docs/8.x/eloquent-mutators).

```php
$job = \Repat\LaravelJobs\Job::first();
Expand All @@ -31,7 +31,7 @@ $job->command; // unserialized
* MIT, see [LICENSE](https://github.com/repat/laravel-job-models/blob/master/LICENSE)

## Version
* Version 0.4
* Version 0.5

## Contact
#### repat
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "eloquent", "job", "jobs", "model", "job_fails", "artisan", "queue table"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.4",
"version" : "0.5",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
Expand Down

0 comments on commit aa6090b

Please sign in to comment.