Skip to content

Commit

Permalink
Merge pull request #76 from kiwilan/develop
Browse files Browse the repository at this point in the history
v2.5.0
  • Loading branch information
ewilan-riviere committed May 22, 2024
2 parents 38ce487 + 76aa2c6 commit dd7d714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/php-ebook",
"description": "PHP package to read metadata and extract covers from eBooks, comics and audiobooks.",
"version": "2.4.9",
"version": "2.5.0",
"keywords": [
"php",
"ebook",
Expand Down
2 changes: 1 addition & 1 deletion src/Models/MetaTitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public static function fromData(
string $title,
?string $language = null,
?string $series = null,
string|int|null $volume = null,
string|int|float|null $volume = null,
?string $author = null,
string|int|null $year = null,
?string $extension = null,
Expand Down

0 comments on commit dd7d714

Please sign in to comment.