Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 17, 2013
1 parent a1c7acc commit 1b8f189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/asset": "2.1.*@dev"
"orchestra/asset": "2.1.*"
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion docs/changes.md
Expand Up @@ -5,9 +5,10 @@ title: Asset Change Log

## Version 2.1 {#v2-1}

### v2.1.0@dev {#v2-1-0}
### v2.1.0 {#v2-1-0}

* Add `Orchestra\Asset\Container::show()` to return both `Orchestra\Asset\Container::styles()` and `Orchestra\Asset\Container::scripts()`.
* Add `Orchestra\Asset\Dispatcher` class for dispatching asset from `Orchestra\Asset\Container`.

## Version 2.0 {#v2-0}

Expand Down

0 comments on commit 1b8f189

Please sign in to comment.