diff --git a/src/Fpdi.php b/src/Fpdi.php index 7d4a1a5..de030d9 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.6.2'; + const VERSION = '2.6.3'; } diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 5412e9b..a8d00ac 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.6.2'; + const VERSION = '2.6.3'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index ce14b0c..9df7c82 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.6.2'; + const VERSION = '2.6.3'; }