Skip to content

Commit

Permalink
Merge pull request #20 from k-fish/version_1_0
Browse files Browse the repository at this point in the history
Updating package.json and readme for new version
  • Loading branch information
k-fish authored Dec 6, 2017
2 parents 07bff14 + 872ec32 commit 3cdb72f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ This background-color style will only be applied if `image` is a "falsy" value:
}}
```

## Updating to 1.x
* Updating from 0.x to 1.x requires that your app supports [RFC 176: JavaScript Module
API](https://github.com/emberjs/rfcs/pull/176)

## Installation

* `git clone <repository-url>` this repository
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": "initials-avatar",
"version": "0.2.1",
"version": "1.0.0",
"description": "Generate an avatar based on a person's first name, last name, company name, and email",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3cdb72f

Please sign in to comment.