From 420e7e5833528e80f5062e537030f88be93f1bc1 Mon Sep 17 00:00:00 2001 From: Jacob Wenger Date: Wed, 22 Feb 2017 11:03:42 -0800 Subject: [PATCH] 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 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 743958d..1a29735 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/package.json b/package.json index c68e985..cb4b1b0 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": {