Skip to content

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Apr 14, 2017
2 parents d4d58c9 + 420e7e5 commit 417c7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/)"
],
Expand Down
2 changes: 1 addition & 1 deletion examples/todoApp/js/todoAppFirebaseExplicit.js
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 417c7af

Please sign in to comment.