Skip to content

Commit

Permalink
[firebase-release] Updated AngularFire to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Jan 8, 2015
1 parent 664aad0 commit 7bba831
Show file tree
Hide file tree
Showing 5 changed files with 2,391 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
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.1.0/firebase.js"></script>

<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/0.9.0/angularfire.min.js"></script>
<script src="https://cdn.firebase.com/libs/angularfire/0.9.1/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
@@ -1,7 +1,7 @@
{
"name": "angularfire",
"description": "The officially supported AngularJS binding for Firebase",
"version": "0.0.0",
"version": "0.9.1",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
Expand Down

0 comments on commit 7bba831

Please sign in to comment.