Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 54d3e6f

Browse files
committed
[firebase-release] Updated AngularFire to 1.1.0
1 parent 6e0a711 commit 54d3e6f

File tree

5 files changed

+2283
-3
lines changed

5 files changed

+2283
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In order to use AngularFire in your project, you need to include the following f
2828
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
2929

3030
<!-- AngularFire -->
31-
<script src="https://cdn.firebase.com/libs/angularfire/1.0.0/angularfire.min.js"></script>
31+
<script src="https://cdn.firebase.com/libs/angularfire/1.1.0/angularfire.min.js"></script>
3232
```
3333

3434
Use the URL above to download both the minified and non-minified versions of AngularFire from the

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
4-
"version": "0.0.0",
4+
"version": "1.1.0",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)