From ecf0459643ec963febfb9a5d529dcd93656006a4 Mon Sep 17 00:00:00 2001 From: JanSlabon Date: Thu, 28 Sep 2023 10:46:27 +0000 Subject: [PATCH] Updated version constant --- src/Fpdi.php | 2 +- src/Tcpdf/Fpdi.php | 2 +- src/Tfpdf/Fpdi.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'; }