Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbrandao committed Mar 6, 2013
1 parent 0e58ea5 commit 97fc2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SmartyBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class SmartyBundle extends Bundle
{
const VERSION = '1.1.0';
const VERSION = '1.2.0';

public function build(ContainerBuilder $container)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.2.x-dev"
}
}
}

0 comments on commit 97fc2c3

Please sign in to comment.