Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexspeller committed Sep 18, 2016
1 parent cf1d8fd commit 874014a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A simple link wrapper to wrap active links in an element that inherits
the link's active class. Useful for e.g. bootstrap where the active
class should be on the containing `li` not on the `a`.

## Versions

If you are using ember version earlier than `2.3.0`, install version `0.2.0` of this addon.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-active-link-wrapper",
"version": "0.2.0",
"version": "0.3.0",
"description": "Simple ember-cli link wrapper to propagate active class to parent element",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 874014a

Please sign in to comment.