Skip to content

Commit

Permalink
[firebase-release] Updated EmberFire to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Jun 17, 2015
1 parent b220967 commit 0072471
Show file tree
Hide file tree
Showing 6 changed files with 878 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/initializers/emberfire.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Firebase from 'firebase';
import FirebaseAdapter from '../adapters/firebase';
import FirebaseSerializer from '../serializers/firebase';

var VERSION = '0.0.0';
var VERSION = '1.4.6';

if (Ember.libraries) {
if (Firebase.SDK_VERSION) {
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.4.6",
"authors": [
"Firebase <[email protected]> (https://www.firebase.com/)"
],
Expand Down
Loading

0 comments on commit 0072471

Please sign in to comment.