Skip to content

Commit

Permalink
[firebase-release] Updated AngularFire to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Aug 19, 2016
1 parent 99113ef commit 575fc88
Show file tree
Hide file tree
Showing 5 changed files with 2,281 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In order to use AngularFire in your project, you need to include the following f
<script src="https://www.gstatic.com/firebasejs/3.3.0/firebase.js"></script>

<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/2.0.1/angularfire.min.js"></script>
<script src="https://cdn.firebase.com/libs/angularfire/2.0.2/angularfire.min.js"></script>
```

You can also install AngularFire via npm and Bower and its dependencies will be downloaded
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angularfire",
"description": "The officially supported AngularJS binding for Firebase",
"version": "0.0.0",
"version": "2.0.2",
"authors": [
"Firebase (https://firebase.google.com/)"
],
Expand Down
Loading

0 comments on commit 575fc88

Please sign in to comment.