Skip to content

Commit f4ba73e

Browse files
authored
Merge pull request #179 from Setasign/development
Development
2 parents 97a6e85 + b7e72bc commit f4ba73e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl
3030
*
3131
* @string
3232
*/
33-
const VERSION = '2.4.0';
33+
const VERSION = '2.4.1';
3434
}

src/Tcpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Fpdi extends \TCPDF
4646
*
4747
* @string
4848
*/
49-
const VERSION = '2.4.0';
49+
const VERSION = '2.4.1';
5050

5151
/**
5252
* A counter for template ids.

src/Tfpdf/Fpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl
2828
*
2929
* @string
3030
*/
31-
const VERSION = '2.4.0';
31+
const VERSION = '2.4.1';
3232
}

0 commit comments

Comments
 (0)