Skip to content

Commit b4ef04d

Browse files
committed
[firebase-release] Updated AngularFire to 1.1.2
1 parent ff50264 commit b4ef04d

File tree

5 files changed

+2292
-3
lines changed

5 files changed

+2292
-3
lines changed

README.md

+1-1
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.5/firebase.js"></script>
2929

3030
<!-- AngularFire -->
31-
<script src="https://cdn.firebase.com/libs/angularfire/1.1.1/angularfire.min.js"></script>
31+
<script src="https://cdn.firebase.com/libs/angularfire/1.1.2/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

+1-1
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.2",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)