From 47dfc194ea2d9eea937b5f5f306c50225b0ed95e Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Thu, 27 Jul 2023 10:08:42 +0200 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 78ffeef..a8c9d89 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; } diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index e3a2f06..fc3b362 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index c350889..93367d8 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; }