Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbrandao committed Nov 20, 2021
1 parent 0e06859 commit 787e74e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SmartyBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class SmartyBundle extends Bundle
{
const VERSION = '3.0.0-dev';
const VERSION = '3.0.0';

public function build(ContainerBuilder $container)
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/App/config/smarty.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
smarty:
globals:
version: "3.0.0-dev"
version: "3.0.0"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"3.x": "3.0.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 787e74e

Please sign in to comment.