Skip to content

Commit

Permalink
Update version to 0.8.0+; fix doc type (GibHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Mar 22, 2013
1 parent 1156f99 commit b7a83c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -135,7 +135,7 @@ <h1>
<a href="http://backbonejs.org/#Model-save">save()</a> or <a href="http://backbonejs.org/#Model-fetch">fetch()</a>.
</p>
<p>
Backbone-relational is hosted on <a href="https://github.com/PaulUithol/Backbone-relational">GibHub</a>,
Backbone-relational is hosted on <a href="https://github.com/PaulUithol/Backbone-relational">GitHub</a>,
and is available under the <a href="https://github.com/PaulUithol/Backbone-relational/blob/master/LICENSE.txt">MIT license</a>.
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,5 +11,5 @@
},
"lib" : ".",
"main" : "backbone-relational.js",
"version" : "0.8.0"
"version" : "0.8.0+"
}

2 comments on commit b7a83c7

@philfreo
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.8.0-dev instead of 0.8.0+ is a more common pattern i think

@cpjolicoeur
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, what is up with the +. You have a "tiny" number already, just make it 0.8.1 or 0.8.0-dev as mentioned above

Please sign in to comment.