Skip to content

Commit

Permalink
Merge pull request #117 from jayphelps/npm-haxor
Browse files Browse the repository at this point in the history
v1.2.0 bump and stop-gap instructions for npm install
  • Loading branch information
stefanpenner committed Sep 9, 2014
2 parents f818173 + 5d47a15 commit 39f9e96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +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)

```bash
$ npm install --save-dev emberfire
$ npm install --save-dev git://github.com/firebase/emberfire#v1.2.0
$ 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": "0.0.0",
"version": "1.2.0",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.1.3');
return this.addBowerPackageToProject('emberfire', '~1.2.0');
}
};
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": "0.0.0",
"version": "1.2.0",
"author": "Firebase <support@firebase.com> (https://www.firebase.com/)",
"homepage": "https://github.com/firebase/emberfire/",
"repository": {
Expand Down

0 comments on commit 39f9e96

Please sign in to comment.