Skip to content

Commit

Permalink
[firebase-release] Updated AngularFire to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Sep 29, 2015
1 parent db31d74 commit 9ced50e
Show file tree
Hide file tree
Showing 5 changed files with 2,292 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,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.2.5/firebase.js"></script>

<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/1.1.2/angularfire.min.js"></script>
<script src="https://cdn.firebase.com/libs/angularfire/1.1.3/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": "1.1.3",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
Expand Down

0 comments on commit 9ced50e

Please sign in to comment.