Skip to content

Commit

Permalink
Merge pull request #6 from BEARSunday/0.2.0
Browse files Browse the repository at this point in the history
version 0.2.0
  • Loading branch information
madapaja committed Feb 16, 2015
2 parents 771873c + f1b2a07 commit 06fba30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ or to modify your `composer.json` and `composer update` command:
```json
{
"require": {
"madapaja/twig-module": "dev-master"
"madapaja/twig-module": "~0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
}
}

0 comments on commit 06fba30

Please sign in to comment.