Skip to content

Commit f2ff532

Browse files
committed
Version Update
1 parent 18b9035 commit f2ff532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Latest Version on Packagist](https://img.shields.io/packagist/v/repat/laravel-job-models.svg?style=flat-square)](https://packagist.org/packages/repat/laravel-job-models)
33
[![Total Downloads](https://img.shields.io/packagist/dt/repat/laravel-job-models.svg?style=flat-square)](https://packagist.org/packages/repat/laravel-job-models)
44

5-
**laravel-job-models** contains 2 Eloquent models for the tables `jobs` and `job_fails` as created by the 2 artisan commands `queue:table` and `queue:failed-table`.
5+
**laravel-job-models** contains 2 Eloquent models for the tables `jobs` and `job_fails` (or however they're defined in the `queue.php` config file) as created by the 2 artisan commands `queue:table` and `queue:failed-table`.
66

77
## Installation
88
`$ composer require repat/laravel-job-models`
@@ -31,7 +31,7 @@ $job->command; // unserialized
3131
* MIT, see [LICENSE](https://github.com/repat/laravel-job-models/blob/master/LICENSE)
3232

3333
## Version
34-
* Version 0.3
34+
* Version 0.4
3535

3636
## Contact
3737
#### repat

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "eloquent", "job", "jobs", "model", "job_fails", "artisan", "queue table"],
55
"homepage": "https://repat.de",
66
"license": "MIT",
7-
"version" : "0.3",
7+
"version" : "0.4",
88
"authors": [
99
{"name": "repat", "email": "[email protected]"}
1010
],

0 commit comments

Comments
 (0)