Skip to content

Commit

Permalink
feat: Bump generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Jan 2, 2024
1 parent 6b48081 commit aedd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend/CatalogVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function visitCatalog(Catalog\Catalog $structure): BaseObject
$dictionary->addReferenceEntry('Pages', $reference);

$dictionary = $this->file->addInfoDictionaryObject();
$dictionary->addTextEntry('Creator', 'famoser/pdf-generator');
$dictionary->addTextEntry('Creator', 'famoser/pdf-generator/0.6');
$dictionary->addDateEntry('CreationDate', new \DateTime());

return $dictionary;
Expand Down

0 comments on commit aedd88e

Please sign in to comment.