diff --git a/classes/PHPTAL.php b/classes/PHPTAL.php index c968d001..1e3a846f 100644 --- a/classes/PHPTAL.php +++ b/classes/PHPTAL.php @@ -13,7 +13,7 @@ * @link http://phptal.org/ */ -define('PHPTAL_VERSION', '1_2_3a2'); +define('PHPTAL_VERSION', '1_3_0'); PHPTAL::autoloadRegister(); diff --git a/composer.json b/composer.json index 441cd795..b5ebd51e 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "phptal/phptal", "homepage": "http://phptal.org/", "description": "PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax", - "version":"1.2.2", - "license": "LGPLv2", + "version":"1.3.0", + "license": "LGPL-2.1+", "type": "library", "keywords": [ "zope",