diff --git a/src/Fpdi.php b/src/Fpdi.php index a8c9d89..7c1f493 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.4.1'; + const VERSION = '2.5.0'; } diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 1f5b1e8..f82c690 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.4.1'; + const VERSION = '2.5.0'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index 93367d8..473a7ae 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.4.1'; + const VERSION = '2.5.0'; }