Rev node version to 1.0.7

Per discussion with @wycats. Due to the version history of the node package and the manner in which npm's semver implementation works we need to continue the patch numbers utilized previously.

Once the upstream implementation moves to 1.1 versioning we can sync the implementations again.
This commit is contained in:
kpdecker
2012-09-17 19:27:23 -05:00
parent ce74c36118
commit b5074a88ec
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"description": "Extension of the Mustache logicless template language",
"version": "1.0.0-rc.1",
"version": "1.0.7",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
"handlebars mustache template html"