Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Commit d13f9dd

Browse files
committed
[firebase-release] Updated BackboneFire to 0.5.1
1 parent 6eac0be commit d13f9dd

File tree

5 files changed

+870
-3
lines changed

5 files changed

+870
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To get started include Firebase and BackboneFire after the usual Backbone depend
5050
<script src="https://cdn.firebase.com/js/client/2.0.3/firebase.js"></script>
5151

5252
<!-- BackboneFire -->
53-
<script src="https://cdn.firebase.com/libs/backbonefire/0.5.0/backbonefire.js"></script>
53+
<script src="https://cdn.firebase.com/libs/backbonefire/0.5.1/backbonefire.js"></script>
5454
```
5555

5656
Use the URL above to download both the minified and non-minified versions of BackboneFire 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": "backbonefire",
33
"description": "The officially supported Backbone binding for Firebase",
4-
"version": "0.0.0",
4+
"version": "0.5.1",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)