From 97fc2c357799b60299d2067b85c906fb87973930 Mon Sep 17 00:00:00 2001 From: noisebleed Date: Wed, 6 Mar 2013 00:06:34 +0000 Subject: [PATCH] Bump version to 1.2.0 --- README.md | 2 +- SmartyBundle.php | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48ade42..83f3206 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SmartyBundle This [Symfony2](http://symfony.com/) bundle provides integration for the [Smarty3](http://www.smarty.net/) template engine. -[![Build Status](https://secure.travis-ci.org/noiselabs/SmartyBundle.png?branch=master)](http://travis-ci.org/noiselabs/SmartyBundle) +[![Build Status](https://secure.travis-ci.org/noiselabs/SmartyBundle.png)](http://travis-ci.org/noiselabs/SmartyBundle) **Caution:** This bundle is developed in sync with [Symfony's repository](https://github.com/symfony/symfony). For maximum compatibility with Symfony 2.0.x, you need to use releases 1.0.x of this bundle. diff --git a/SmartyBundle.php b/SmartyBundle.php index bdc2cbd..ebc10aa 100644 --- a/SmartyBundle.php +++ b/SmartyBundle.php @@ -39,7 +39,7 @@ */ class SmartyBundle extends Bundle { - const VERSION = '1.1.0'; + const VERSION = '1.2.0'; public function build(ContainerBuilder $container) { diff --git a/composer.json b/composer.json index 5db35a5..0bd5ad2 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.2.x-dev" } } }