Skip to content

Commit

Permalink
prepare the next 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spipu committed Jul 31, 2018
1 parent a75e1f0 commit bfd456c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [5.1.1](https://github.com/spipu/html2pdf/compare/v5.1.0...master) - Unreleased
## [5.2.0](https://github.com/spipu/html2pdf/compare/v5.1.0...v5.2.0) - 2018-07-31

* change the name of `CoreExtension` to `Core\HtmlExtension`
* change the namespace of all the html tags from `Tag\` to `Tag\Html`
Expand Down
4 changes: 2 additions & 2 deletions src/Html2Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ public function getVersionAsArray()
{
return array(
'major' => 5,
'minor' => 1,
'revision' => 1
'minor' => 2,
'revision' => 0
);
}

Expand Down

0 comments on commit bfd456c

Please sign in to comment.