Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Sep 9, 2014
1 parent 5d47a15 commit d827486
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ including ways to create, find, delete and query records.

EmberFire also works with the Ember CLI. Run the following command to add `emberfire.js` to your project:

Temporary install instructions for ember-cli: (v1.2.0 is not yet published to npm)
Temporary install instructions for ember-cli: (v1.2.1 is not yet published to npm)

```bash
$ npm install --save-dev git://github.com/firebase/emberfire#v1.2.0
$ npm install --save-dev git://github.com/firebase/emberfire#v1.2.1
$ ember generate emberfire
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emberfire",
"description": "The officially supported Ember binding for Firebase",
"version": "1.2.0",
"version": "1.2.1",
"authors": [
"Firebase <[email protected]> (https://www.firebase.com/)"
],
Expand Down
4 changes: 2 additions & 2 deletions lib/ember-addon/blueprints/emberfire/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
},

afterInstall: function() {
return this.addBowerPackageToProject('emberfire', '~1.2.0');
return this.addBowerPackageToProject('emberfire', '~1.2.1');
}
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emberfire",
"description": "The officially supported Ember binding for Firebase",
"version": "1.2.0",
"version": "1.2.1",
"author": "Firebase <[email protected]> (https://www.firebase.com/)",
"homepage": "https://github.com/firebase/emberfire/",
"repository": {
Expand Down

0 comments on commit d827486

Please sign in to comment.