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

Commit

Permalink
📚 Update version number references to v0.5.1
Browse files Browse the repository at this point in the history
Update all files that mention BackboneFire reference number to v0.5.1.
  • Loading branch information
jpventura committed Nov 2, 2016
1 parent 7d9c99f commit 662c7e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbonefire",
"description": "The officially supported Backbone binding for Firebase",
"version": "0.0.0",
"version": "0.5.1",
"authors": [
"Firebase (https://firebase.google.com/)"
],
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todomvc-backbonefire",
"version": "0.0.0",
"version": "0.5.1",
"private": true,
"dependencies": {
"backbone": "~1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/js/backbonefire.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define([
* bindings let you use special model and collection types that allow for
* synchronizing data with Firebase.
*
* BackboneFire 0.0.0
* BackboneFire 0.5.1
* https://github.com/firebase/backbonefire/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone-fire-todo",
"version": "0.0.0",
"version": "0.5.1",
"description": "Todo example using Backbone Fire.",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbonefire",
"description": "The officially supported Backbone binding for Firebase",
"version": "0.0.0",
"version": "0.5.1",
"author": "Firebase (https://firebase.google.com/)",
"homepage": "https://github.com/firebase/backbonefire/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/backbonefire.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* bindings let you use special model and collection types that allow for
* synchronizing data with Firebase.
*
* BackboneFire 0.0.0
* BackboneFire 0.5.1
* https://github.com/firebase/backbonefire/
* License: MIT
*/
Expand Down

0 comments on commit 662c7e8

Please sign in to comment.