diff --git a/bower.json b/bower.json index 743958d1..1a29735c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "reactfire", "description": "Firebase mixin for ReactJS", - "version": "0.0.0", + "version": "1.0.0", "authors": [ "Firebase (https://firebase.google.com/)" ], diff --git a/examples/todoApp/js/todoAppFirebaseExplicit.js b/examples/todoApp/js/todoAppFirebaseExplicit.js index df65ce9d..eebe0294 100644 --- a/examples/todoApp/js/todoAppFirebaseExplicit.js +++ b/examples/todoApp/js/todoAppFirebaseExplicit.js @@ -32,7 +32,7 @@ var TodoApp2 = React.createClass({ var item = childSnapshot.val(); item['.key'] = childSnapshot.key; items.push(item); - }.bind(this)); + }); this.setState({ items: items diff --git a/package.json b/package.json index b9e71e65..6fb60b90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactfire", "description": "Firebase mixin for ReactJS", - "version": "0.0.0", + "version": "1.0.0", "author": "Firebase (https://firebase.google.com/)", "homepage": "https://github.com/firebase/reactfire/", "repository": {