diff --git a/bower.json b/bower.json index 181b482..d7e6f8f 100644 --- a/bower.json +++ b/bower.json @@ -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/)" ], diff --git a/examples/todos/bower.json b/examples/todos/bower.json index 3398958..2b9a16d 100644 --- a/examples/todos/bower.json +++ b/examples/todos/bower.json @@ -1,6 +1,6 @@ { "name": "todomvc-backbonefire", - "version": "0.0.0", + "version": "0.5.1", "private": true, "dependencies": { "backbone": "~1.1.0", diff --git a/examples/todos/js/backbonefire.js b/examples/todos/js/backbonefire.js index afaefa0..ea64d1b 100644 --- a/examples/todos/js/backbonefire.js +++ b/examples/todos/js/backbonefire.js @@ -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 */ diff --git a/examples/todos/package.json b/examples/todos/package.json index eb53247..5707bd4 100644 --- a/examples/todos/package.json +++ b/examples/todos/package.json @@ -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": { diff --git a/package.json b/package.json index 522ecd1..086cfb7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/backbonefire.js b/src/backbonefire.js index 0e208b5..e1eb477 100644 --- a/src/backbonefire.js +++ b/src/backbonefire.js @@ -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 */