Skip to content

Commit

Permalink
[firebase-release] Updated AngularFire to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Nov 18, 2014
1 parent 822a20b commit 124fd1b
Show file tree
Hide file tree
Showing 5 changed files with 2,188 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In order to use AngularFire in your project, you need to include the following f
<script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script>

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

Use the URL above to download both the minified and non-minified versions of AngularFire from the
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": "0.9.0",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
Expand Down
Loading

0 comments on commit 124fd1b

Please sign in to comment.