Added version numbers to bower.json and package.json (#124)

### Description

Catapult (the internal tool we use to release Firebase JavaScript libraries) now works without the `0.0.0` version placeholder in the `bower.json` and `package.json` files. So, we can finally add the actual version numbers back into these files.

### Code sample

N/A
This commit is contained in:
Jacob Wenger
2017-02-22 11:03:42 -08:00
committed by GitHub
parent ae024361d9
commit 420e7e5833
2 changed files with 2 additions and 2 deletions

View File

@@ -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/)"
],

View File

@@ -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": {