From 09a816004fcee9ed3405bd164147e3fdbb79a56f Mon Sep 17 00:00:00 2001 From: JanSlabon Date: Mon, 2 Sep 2024 10:17:15 +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 028eb67..ecb90fc 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.6.0'; + const VERSION = '2.6.1'; } diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 2604b90..954b8ab 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.6.0'; + const VERSION = '2.6.1'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index 5b4cbc3..8fb9ea5 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.6.0'; + const VERSION = '2.6.1'; }