From b7a83c705989ead638226b2a0f4099e2f193ee1d Mon Sep 17 00:00:00 2001 From: Paul Uithol Date: Sat, 23 Mar 2013 00:56:58 +0100 Subject: [PATCH] Update version to 0.8.0+; fix doc type (GibHub) --- backbone-relational.js | 2 +- index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backbone-relational.js b/backbone-relational.js index dced45c3..683a618b 100755 --- a/backbone-relational.js +++ b/backbone-relational.js @@ -1,6 +1,6 @@ /* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab: */ /** - * Backbone-relational.js 0.8.0 + * Backbone-relational.js 0.8.0+ * (c) 2011-2013 Paul Uithol and contributors (https://github.com/PaulUithol/Backbone-relational/graphs/contributors) * * Backbone-relational may be freely distributed under the MIT license; see the accompanying LICENSE.txt. diff --git a/index.html b/index.html index cdc1ba25..3a7782cf 100644 --- a/index.html +++ b/index.html @@ -135,7 +135,7 @@

save() or fetch().

- Backbone-relational is hosted on GibHub, + Backbone-relational is hosted on GitHub, and is available under the MIT license.

diff --git a/package.json b/package.json index 06eeffeb..9a03ef39 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,5 @@ }, "lib" : ".", "main" : "backbone-relational.js", - "version" : "0.8.0" + "version" : "0.8.0+" }