Skip to content

Commit

Permalink
Release 2.0.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbrandao authored Sep 26, 2016
1 parent 9d6708c commit 9cde487
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ matrix:
fast_finish: true
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
env: SYMFONY_VERSION=3.0.*
- php: 5.6
env: SYMFONY_VERSION=3.1.*
- php: 7.0
env: SYMFONY_VERSION=3.0.*
- php: 7.0
env: SYMFONY_VERSION=3.1.*
allow_failures:
- php: hhvm

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] Unreleased
## [2.0.0] - 2016-09-26

### Added
- Compatibility with Symfony 3.0
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.3.0';
const VERSION = '2.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 @@ -9,7 +9,7 @@
{
"name": "Vítor Brandão",
"email": "[email protected]",
"homepage": "http://noiselabs.org"
"homepage": "https://noiselabs.io"
},
{
"name": "Community contributions",
Expand Down

0 comments on commit 9cde487

Please sign in to comment.