Skip to content

Commit

Permalink
[firebase-release] Updated AngularFire to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Mar 28, 2016
1 parent f6d3bc4 commit c009826
Show file tree
Hide file tree
Showing 5 changed files with 2,353 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.4.0/firebase.js"></script>

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

0 comments on commit c009826

Please sign in to comment.