Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 7e5a7e8

Browse files
author
Jacob Wenger
authored
Added version numbers to bower.json and package.json (#915)
### 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
1 parent e1dff6f commit 7e5a7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
4-
"version": "0.0.0",
4+
"version": "2.3.0",
55
"authors": [
66
"Firebase (https://firebase.google.com/)"
77
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
4-
"version": "0.0.0",
4+
"version": "2.3.0",
55
"author": "Firebase (https://firebase.google.com/)",
66
"homepage": "https://github.com/firebase/angularfire",
77
"repository": {

0 commit comments

Comments
 (0)