Skip to content

Commit 090948f

Browse files
committed
Version bump
1 parent d39537b commit 090948f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

classes/PHPTAL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @link http://phptal.org/
1414
*/
1515

16-
define('PHPTAL_VERSION', '1_2_3a2');
16+
define('PHPTAL_VERSION', '1_3_0');
1717

1818
PHPTAL::autoloadRegister();
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "phptal/phptal",
33
"homepage": "http://phptal.org/",
44
"description": "PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax",
5-
"version":"1.2.2",
6-
"license": "LGPLv2",
5+
"version":"1.3.0",
6+
"license": "LGPL-2.1+",
77
"type": "library",
88
"keywords": [
99
"zope",

0 commit comments

Comments
 (0)